Skip to content

Conversation

@jchrostek-dd
Copy link
Contributor

Overview

  • Add support for customers storing Datadog API Key in SSM Parameter Store.

Testing

  • Deployed changes and confirmed this work with Parameter Store String and SecureString.

@jchrostek-dd jchrostek-dd requested a review from a team as a code owner November 12, 2025 15:01
Ok(client) => client,
let mut aws_credentials = AwsCredentials::from_env();

if aws_credentials.aws_secret_access_key.is_empty()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe change it to a method in aws_credentials?

aws_credentials.is_snap_start()

Copy link
Contributor

@duncanista duncanista left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM – might need a public docs update

@litianningdatadog litianningdatadog merged commit 9f655d6 into main Nov 19, 2025
39 checks passed
@litianningdatadog litianningdatadog deleted the john/add-ssm-parameter-api-key branch November 19, 2025 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants