-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with DD_KMS_API_KEY #116
Comments
Hey @kbariotis, are you setting |
@agocs thanks, I'm using the AWS Lambda console encrypt helpers. So I enter an env variable with the API key string value and then click Encrypt and then it just replaces it with the encrypted value. Is it a different process I have to follow? |
@DarcyRaynerDD do you have any experience setting DD_KMS_API_KEY? @kbariotis Current best practice is to use the datadog forwarder by setting DD_FLUSH_TO_LOG = true, rather than setting an API key in the in the library. It looks to me like the library is expecting the JSON output from the |
Hey @DarcyRaynerDD, thanks for the fix. I'm trying to test it but I don't see an active release with that commit. Also a build action seem to be stuck? Thanks |
Expected Behavior
I would expect metrics to be recorded on Datadog when using the DD_KMS_API_KEY variable.
Actual Behavior
No metrics are being recorded.
Some times I get this log output (but not all of the times):
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: