terraform-provider-datadog icon indicating copy to clipboard operation
terraform-provider-datadog copied to clipboard

Support configuring Schema Registry Key on datadog_integration_confluent_account

Open gregswift-pwell opened this issue 11 months ago • 0 comments

What resources or data sources are affected?

datadog_integration_confluent_account

Feature Request

Request

Support configuring Schema Registry Key on datadog_integration_confluent_account resource.

Background

In the Datadog UI an account can be configured with both an API key[1] and a Schema Registry key.

Image

This resource only supports 1 key for 1 account [2], which means it can not be used to fully configure the Confluent Account.

[1] The in-Datadog integration says to create a Kafka API Key, the main documentation says a Cloud Resource Management API Key. The MetricsViewer role are associated with the Cloud API (the latter) not the Kafka API Key. [2] Because of how scoping of resources in Confluent Cloud works DataDog's integration should probably be scoped to Confluent Environments not Accounts. Each environment has a different schema registry, and when you are creating an api key you have to specify the registry and environment you are associating with.

References

No response

gregswift-pwell avatar May 22 '25 15:05 gregswift-pwell