Skip to content

Commit fc050d7

Browse files
authored
docs(forwarder): add key retrieval strategies (#1085)
1 parent eae8664 commit fc050d7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

aws/logs_monitoring/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,9 @@ The Datadog Forwarder is signed by Datadog. To verify the integrity of the Forwa
483483
`DdApiKeySecretArn`
484484
: The ARN of the secret storing the Datadog API key, if you already have it stored in Secrets Manager. You must store the secret as a plaintext, rather than a key-value pair.
485485

486+
`DdApiKeySsmParameterName`
487+
: The name of the SSM parameter containing the Datadog API key. If set, both `DdApiKey` and `DdApiKeySecretArn` are ignored.
488+
486489
`DdSite`
487490
: The [Datadog site][13] that your metrics and logs will be sent to. Your Datadog site is {{< region-param key="dd_site" code="true" >}}.
488491

@@ -664,6 +667,12 @@ If you are installing the Forwarder manually, convert the parameter names from P
664667
`DD_API_KEY_SECRET_ARN`
665668
: The ARN of the secret storing the Datadog API key, if you already have it stored in Secrets Manager. You must store the secret as a plaintext, rather than a key-value pair.
666669

670+
`DD_API_KEY_SSM_NAME`
671+
: The name of the parameter in AWS Systems Manager (SSM) Parameter Store containing the Datadog API key. Takes precedence over `DD_KMS_API_KEY` and `DD_API_KEY`.
672+
673+
`DD_KMS_API_KEY`
674+
: The Datadog API key encrypted with AWS KMS. Takes precedence over `DD_API_KEY`.
675+
667676
`DD_SITE`
668677
: The [Datadog site][13] that your metrics and logs will be sent to. Your Datadog site is {{< region-param key="dd_site" code="true" >}}.
669678

0 commit comments

Comments
 (0)