Skip to content
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

Add support for authenticating with API Keys #13

Open
mcohen75 opened this issue Jan 22, 2021 · 2 comments
Open

Add support for authenticating with API Keys #13

mcohen75 opened this issue Jan 22, 2021 · 2 comments

Comments

@mcohen75
Copy link

mcohen75 commented Jan 22, 2021

The Confluent Cloud API supports authenticating with API keys. API Keys provide some nice advantages for certain use cases, such as infrastructure as code tools like Terraform.

Support for API keys uses basic authentication, where the API Key is the username and the secret is the password.

See:
https://confluent.cloud/api/docs#section/Authentication

Note that "Cloud API Keys" provide access to the Confluent Cloud Control Plane APIs.

@arkiaconsulting
Copy link

I'm affraid that the current Confluent Api does not support authenticating using an Api key. And the v2 of the Api is in early access stage, and does not include Api keys and Acls management...

Looks like we're stuck...

@jeffjow
Copy link

jeffjow commented Oct 13, 2021

@mcohen75 @arkiaconsulting Hello, I'm also looking for api-key/secret authentication, seems like confluent api v2 now does supports api-key/secret auth. 🙂

https://docs.confluent.io/cloud/current/api.html#section/Object-Model

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants