Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Folks,
Is there any who can configure or know that LDAP / AD integration with KAFKA-UI. Below is my values.yaml
env:
value: info
value: info
value: Kafka_Cluster
value: xxxx:9092
value: Dev_Kafka_Cluster
value: xxxx:9092
value: "true"
value: "true"
I read the kafka UI docs and below is LDAP guide but I don't know how or where I put that config on values.yaml
auth:
type: LDAP
spring:
ldap:
urls: ldap://localhost:10389
base: "cn={0},ou=people,dc=planetexpress,dc=com"
admin-user: "cn=admin,dc=planetexpress,dc=com"
admin-password: "GoodNewsEveryone"
user-filter-search-base: "dc=planetexpress,dc=com"
user-filter-search-filter: "(&(uid={0})(objectClass=inetOrgPerson))"
group-filter-search-base: "ou=people,dc=planetexpress,dc=com" # required for RBAC
oauth2:
ldap:
activeDirectory: false
aсtiveDirectory:
domain: memelord.lol
Beta Was this translation helpful? Give feedback.
All reactions