You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Confluent Cloud API supports authentication via API keys. At Indeed we use Terraform to manage our Confluent Cloud infrastructure. Authentication using API keys is preferred over username and password authentication.
Note that Confluent Cloud supports two types of API keys, cluster and cloud.
Cloud API Keys - These grant access to the Confluent Cloud Control Plane APIs, such as for Provisioning and Metrics integrations.
Cluster API Keys - These grant access to a single Confluent cluster, such as a specific Kafka or Schema Registry cluster.
I created an issue against the go-client-confluent-cloud as it appears the client does not yet support API Key based authentication: cgroschupp/go-client-confluent-cloud#13
The text was updated successfully, but these errors were encountered:
The Confluent Cloud API supports authentication via API keys. At Indeed we use Terraform to manage our Confluent Cloud infrastructure. Authentication using API keys is preferred over username and password authentication.
Confluent Cloud API documentation for using API keys to authenticate:
https://confluent.cloud/api/docs#section/Authentication
Note that Confluent Cloud supports two types of API keys, cluster and cloud.
I created an issue against the go-client-confluent-cloud as it appears the client does not yet support API Key based authentication:
cgroschupp/go-client-confluent-cloud#13
The text was updated successfully, but these errors were encountered: