terraform-provider-datadog
terraform-provider-datadog copied to clipboard
Support for `datadog_service_account` and `datadog_service_account_application_key` resource (and data source)
I recently knew that Datadog has it's own service account and can create a API key. Before this, the API keys were attached to a person who created the key so in my org, some retired member still owned a key.
This feature makes easy to managed the keys in orgs.
Affected Resource(s)
None. This request adds new source and data source.
Referencens
I second this, having this functionality would remove the hassle of removing app keys when users leave
I added support for service accounts and their app keys in the attached PR. However, the data source doesn't work well - I think it might need to be redesigned so that it can return a list of users rather than just one and its filtering doesn't seem to work well either (it needs to split out status queries from the username filter part)... I suggest doing this in a separate PR.
+1 to this issue. It would be really helpful- glad there is PR open
Please, Let us know the status of the PR.
Please, Let us know the status of the PR.
I've been working on the requested changes over the last few days. Should have a new PR ready this week.
Any update on the PR?
Re-opening this issue. See: https://github.com/DataDog/terraform-provider-datadog/pull/1586#pullrequestreview-1123835077
Enterprise customer here, this is absolutely necessary for us
A PR to manage an app key for a service account is available at #1712. It works for update, delete, etc but I can't create -- help needed.
Hello, any update about this PR?