You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_agent_configuration"></a> [agent\_configuration](#input\_agent\_configuration)| Specifies a custom configuration for the Datadog Agent. The specified object is passed directly as a configuration input for the Datadog Agent. For more details: https://docs.datadoghq.com/agent/configuration/agent-configuration-files/. Warning: this is an advanced feature and can break the Datadog Agent if not used correctly. |`any`|`{}`| no |
169
-
| <aname="input_api_key"></a> [api\_key](#input\_api\_key)| Specifies the API keys required by the Datadog Agent to submit vulnerabilities to Datadog |`string`|`null`| no |
170
-
| <aname="input_api_key_secret_arn"></a> [api\_key\_secret\_arn](#input\_api\_key\_secret\_arn)| ARN of the secret holding the Datadog API key. Takes precedence over api\_key variable |`string`|`null`| no |
169
+
| <aname="input_api_key"></a> [api\_key](#input\_api\_key)| Specifies the API key required by the Agentless Scanner to submit vulnerabilities to Datadog - Make sure the API key is Remote Configuration enabled.|`string`|`null`| no |
170
+
| <aname="input_api_key_secret_arn"></a> [api\_key\_secret\_arn](#input\_api\_key\_secret\_arn)| ARN of the secret holding the Datadog API key. Takes precedence over api\_key variable - Make sure the API key is Remote Configuration enabled. |`string`|`null`| no |
171
171
| <aname="input_enable_ssm"></a> [enable\_ssm](#input\_enable\_ssm)| Whether to enable AWS SSM to facilitate executing troubleshooting commands on the instance |`bool`|`false`| no |
172
172
| <aname="input_enable_ssm_vpc_endpoint"></a> [enable\_ssm\_vpc\_endpoint](#input\_enable\_ssm\_vpc\_endpoint)| Whether to enable AWS SSM VPC endpoint (only applicable if enable\_ssm is true) |`bool`|`true`| no |
173
173
| <aname="input_instance_count"></a> [instance\_count](#input\_instance\_count)| Size of the autoscaling group the instance is in (i.e. number of instances with scanners to run) |`number`|`1`| no |
| <aname="input_admin_ssh_key"></a> [admin\_ssh\_key](#input\_admin\_ssh\_key)| SSH public key of the admin user. |`string`| n/a | yes |
95
95
| <aname="input_agent_configuration"></a> [agent\_configuration](#input\_agent\_configuration)| Specifies a custom configuration for the Datadog Agent. The specified object is passed directly as a configuration input for the Datadog Agent. |`any`|`{}`| no |
96
-
| <aname="input_api_key"></a> [api\_key](#input\_api\_key)| Specifies the API key required by the Agentless Scanner to submit vulnerabilities to Datadog. |`string`|`null`| no |
97
-
| <aname="input_api_key_secret_id"></a> [api\_key\_secret\_id](#input\_api\_key\_secret\_id)| The versionless resource ID of the Azure Key Vault secret holding the Datadog API key. Ignored if api\_key is specified. |`string`|`null`| no |
96
+
| <aname="input_api_key"></a> [api\_key](#input\_api\_key)| Specifies the API key required by the Agentless Scanner to submit vulnerabilities to Datadog - Make sure the API key is Remote Configuration enabled. |`string`|`null`| no |
97
+
| <aname="input_api_key_secret_id"></a> [api\_key\_secret\_id](#input\_api\_key\_secret\_id)| The versionless resource ID of the Azure Key Vault secret holding the Datadog API key. Ignored if api\_key is specified - Make sure the API key is Remote Configuration enabled. |`string`|`null`| no |
98
98
| <aname="input_bastion"></a> [bastion](#input\_bastion)| Create a bastion in the subnet. |`bool`|`false`| no |
99
99
| <aname="input_create_roles"></a> [create\_roles](#input\_create\_roles)| Specifies whether to create the role definitions and assignments required to scan resources. |`bool`|`true`| no |
100
100
| <aname="input_instance_count"></a> [instance\_count](#input\_instance\_count)| Size of the scale set the scanner instance is in (i.e. number of instances to run) |`number`|`1`| no |
| <aname="input_agent_configuration"></a> [agent\_configuration](#input\_agent\_configuration)| Specifies a custom configuration for the Datadog Agent. The specified object is passed directly as a configuration input for the Datadog Agent. |`any`|`{}`| no |
29
-
| <aname="input_api_key"></a> [api\_key](#input\_api\_key)| Specifies the API key required by the Datadog Agent to submit vulnerabilities to Datadog |`string`| n/a | yes |
29
+
| <aname="input_api_key"></a> [api\_key](#input\_api\_key)| Specifies the API key required by the Agentless Scanner to submit vulnerabilities to Datadog - Make sure the API key is Remote Configuration enabled.|`string`| n/a | yes |
30
30
| <aname="input_client_id"></a> [client\_id](#input\_client\_id)| Client ID of the managed identity used by the Datadog Agentless Scanner |`string`| n/a | yes |
31
31
| <aname="input_scanner_channel"></a> [scanner\_channel](#input\_scanner\_channel)| Specifies the channel to use for installing the scanner |`string`|`"stable"`| no |
32
32
| <aname="input_scanner_configuration"></a> [scanner\_configuration](#input\_scanner\_configuration)| Specifies a custom configuration for the scanner. The specified object is passed directly as a configuration input for the scanner. |`any`|`{}`| no |
Copy file name to clipboardExpand all lines: azure/modules/custom-data/variables.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
variable"api_key" {
2
-
description="Specifies the API key required by the Datadog Agent to submit vulnerabilities to Datadog"
2
+
description="Specifies the API key required by the Agentless Scanner to submit vulnerabilities to Datadog - Make sure the API key is Remote Configuration enabled."
Copy file name to clipboardExpand all lines: azure/variables.tf
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ variable "admin_ssh_key" {
10
10
}
11
11
12
12
variable"api_key" {
13
-
description="Specifies the API key required by the Agentless Scanner to submit vulnerabilities to Datadog."
13
+
description="Specifies the API key required by the Agentless Scanner to submit vulnerabilities to Datadog - Make sure the API key is Remote Configuration enabled."
14
14
type=string
15
15
sensitive=true
16
16
default=null
17
17
}
18
18
19
19
variable"api_key_secret_id" {
20
-
description="The versionless resource ID of the Azure Key Vault secret holding the Datadog API key. Ignored if api_key is specified."
20
+
description="The versionless resource ID of the Azure Key Vault secret holding the Datadog API key. Ignored if api_key is specified - Make sure the API key is Remote Configuration enabled."
description="Specifies the API keys required by the Datadog Agent to submit vulnerabilities to Datadog"
2
+
description="Specifies the API key required by the Agentless Scanner to submit vulnerabilities to Datadog - Make sure the API key is Remote Configuration enabled."
description="Specifies the API keys required by the Datadog Agent to submit vulnerabilities to Datadog"
2
+
description="Specifies the API key required by the Agentless Scanner to submit vulnerabilities to Datadog - Make sure the API key is Remote Configuration enabled."
Copy file name to clipboardExpand all lines: examples/custom_vpc/variables.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
variable"api_key" {
2
-
description="Specifies the API keys required by the Datadog Agent to submit vulnerabilities to Datadog"
2
+
description="Specifies the API key required by the Agentless Scanner to submit vulnerabilities to Datadog - Make sure the API key is Remote Configuration enabled."
description="Specifies the API keys required by the Datadog Agent to submit vulnerabilities to Datadog"
2
+
description="Specifies the API key required by the Agentless Scanner to submit vulnerabilities to Datadog - Make sure the API key is Remote Configuration enabled."
description="Specifies the API key required by the Datadog Agent to submit vulnerabilities to Datadog"
2
+
description="Specifies the API key required by the Agentless Scanner to submit vulnerabilities to Datadog - Make sure the API key is Remote Configuration enabled."
0 commit comments