-
Notifications
You must be signed in to change notification settings - Fork 45
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
Allow use of DdApiKeySecretArn instead of DDApiKey #30
Comments
Hey @andyshinn It seems that If you are trying to update an existing forwarder, you can just point to the Secret's ARN, since setting Let me know if you are still having trouble with this. |
I did not try, yet. But was looking at https://github.com/DataDog/cloudformation-template/blob/master/aws/main.yaml#L111-L118 and it didn't appear to set the |
Ah, I see what is happening here. Sorry, I got confused because of the reference and was checking the support there. Indeed there is no support to set a custom Nonetheless, this should be supported directly in the template you pointed. Will work on it, thank you. |
Can I request the same support for the |
Expected Behavior
Able to use
DdApiKeySecretArn
so when Datadog integration is setup via Terraform the plan is idempotent.Actual Behavior
Only
DdApiKey
is available to pass to log forwarder.Related
The text was updated successfully, but these errors were encountered: