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
Thanks for reaching out. As you mentioned, our Datadog Lambda Extension only supports plaintext secrets, not secrets inside of json objects. Therefore, you will need to create a new secret just for your Datadog API key.
Is there a specific reason why this does not work for you or is not preferred?
In applications usually we have multiple secrets to handle and storing Datadog secret separately will not cause any issue.
But as developer we expect that all application related secrets should be stored at single place according to environment such as Testing and Production.
So it will be easy to other developer to find dd-secret under the umbrella of application secret.
Expected Behavior
Secret: {
"Other Secret":"",
"Datadog_Secret":"",
}
Input:- Datadog_key Secret Name: "Datadog_Secret"
OR
Provide way to give key in plain format and Datadog construct handled in it its own way.
Actual Behaviour
Currently it will accept only Key inside the secret.
Steps to Reproduce the Problem
Specifications
Stacktrace
The text was updated successfully, but these errors were encountered: