yahoo / CMAK

CMAK is a tool for managing Apache Kafka clusters
Apache License 2.0
11.82k stars 2.5k forks source link

Active Directory authentication #391

Open cvegagimenez opened 7 years ago

cvegagimenez commented 7 years ago

Hi,

I have seen that is possible to authenticate via user and password defined in "application.conf" file. Is there any option to authenticate against an AD?

Cheers

justindesilets commented 7 years ago

👍 I would like to request an LDAP auth method if possible. I know it might be a stretch, but possibly allow different tiers of access based on LDAP match. The idea being that you could give consumers of the service a read-only level of access to view their topics without having to bother the admins of the service.

patelh commented 7 years ago

You could have 2 instances running, one which is configured for read only mode and exposed only to consumers and another instance only for admins.

sowmyaramegowda commented 7 years ago

Is there any way to add LDAP authentication?Please let me know.

charafzemouri commented 7 years ago

the ldap authentication is a must if you want kafka yahoo manager to be adapted in the entreprise world

sowmyaramegowda commented 7 years ago

Could you please share the steps how to integrate ldap authentication with Kafka manager

tanuj83 commented 6 years ago

it is good to have role based auth in KM, using proxy we can block access to limited API but RBAC is best

adivardhan commented 5 years ago

Does it support multiple user logins (role based access) ? How is Kafka Manager storing the login information (if at all it is storing)?

Anuj1314 commented 3 years ago

I am new to ldap server, can we set role-based authentication for kafka-manager using LDAP server, read- only permisision or read-write permission etc can be set using ldap server?