Skip to content

Commit

Permalink
agentless: validate API and App key format
Browse files Browse the repository at this point in the history
  • Loading branch information
diogocp committed Aug 24, 2024
1 parent ab51d2c commit 8b00eb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws_quickstart/datadog_agentless_scanning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Description: Datadog Agentless Scanner CloudFormation deployment template
Parameters:
DatadogAPIKey:
Type: String
AllowedPattern: "[0-9a-f]{32}"
Description: >-
API key for the Datadog account (find at https://app.datadoghq.com/organization-settings/api-keys).
To enable Agentless Scanning (find at https://docs.datadoghq.com/security/cloud_security_management/agentless_scanning),
Expand All @@ -11,6 +12,7 @@ Parameters:

DatadogAPPKey:
Type: String
AllowedPattern: "[0-9a-f]{40}"
Description: APP key for the Datadog account
NoEcho: true

Expand Down

0 comments on commit 8b00eb4

Please sign in to comment.