cdk-datadog-integration icon indicating copy to clipboard operation
cdk-datadog-integration copied to clipboard

Use newer AWS integration CFN templates

Open blimmer opened this issue 2 years ago • 2 comments

Since I last updated this construct, Datadog now uses new CFN templates. The main "quick-start" template is here: https://datadog-cloudformation-template-quickstart.s3.amazonaws.com/aws/main_v2.yaml

I don't think we'll want to use the App Key and, instead, have the user pass their external ID directly.

blimmer avatar Feb 23 '23 16:02 blimmer

The main issue is that the https://datadog-cloudformation-template-quickstart.s3.amazonaws.com/aws/datadog_integration_api_call_v2.yaml template does not accept ApiKey / AppKey as a secret. We'd have to work around this.

blimmer avatar Feb 23 '23 16:02 blimmer

I filed an upstream issue with Datadog to see if they'll support passing the sensitive parameters as Secret ARNs: https://github.com/DataDog/cloudformation-template/issues/68

blimmer avatar Jul 19 '23 09:07 blimmer