Skip to content
Discussion options

You must be logged in to vote

Integration with LDAP / Active Directory over OAuth is always done on the authorization server side. It means that Kafka clients and Kafka brokers are not aware of it at all. It's a matter of configuring user federation on you authorization server to use your LDAP server. One such authorization server that allows you to do that for example is Keycloak. For ADFS on-premise alternatives there are open source solutions like OpenLDAP.

You have to configure your authorization server (e.g. Keycloak) to use your LDAP / AD server as a store of users. Then you configure Strimzi Operator to use your authorization server via oauth authentication. You may also need a custom authorizer, or if you use …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@amitpwc
Comment options

@scholzj
Comment options

Comment options

You must be logged in to vote
1 reply
@amitpwc
Comment options

Answer selected by amitpwc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants