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

Propagate authenticated LDAP credentials to Kafka Connect #1409

Open
tchiotludo opened this issue Mar 10, 2023 Discussed in #1407 · 0 comments
Open

Propagate authenticated LDAP credentials to Kafka Connect #1409

tchiotludo opened this issue Mar 10, 2023 Discussed in #1407 · 0 comments
Labels
connect Kafka Connect enhancement New feature or request

Comments

@tchiotludo
Copy link
Owner

Discussed in #1407

Originally posted by ritambanik March 10, 2023
Hello,

I want to configure access to Connect clusters from AKHQ. Below is what I have configured,

connections:

   xyz-kafka-dev:
       connect:
           - name: "kafka-connect-dev-kc-1"
              url: "http:/kafka-connect-dev-1.xyz-corp.cloud:8083"
              basic-auth-username: "user1"
              basic-auth-password: "password"

But my Kafka Connect cluster is RBAC enabled and I would like to pass the authenticated LDAP credentials (used to login to AKHQ) to Kafka Connect instead of the above hardcoded credentials. This way each user can have it's own view of the connectors list.

Please let me know how can I achieve this?

Thanks!

@tchiotludo tchiotludo added enhancement New feature or request connect Kafka Connect labels Mar 10, 2023
@tchiotludo tchiotludo moved this to Backlog in Backlog Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
connect Kafka Connect enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant