Need help in setting up security in Kafka systems

2019-04-04 Thread Suman B N
Team, Can anyone help me share the configs to be set to achieve the below security in Kafka systems? - Broker-Broker should be PLAINTEXT(No Authentication and Authorization between brokers) - Zookeeper-Broker should be PLAINTEXT(No Authentication and Authorization between brokers

Security in Kafka

2016-01-06 Thread Mohit Anchlia
In 0.9 release it's not clear if Security features of LDAP authentication and authorization are available? If authN and authZ are available can somebody point me to relevant documentation that shows how to configure Kafka to enable authN and authZ?

Re: Security in Kafka

2016-01-06 Thread Jun Rao
Mohit, In 0.9, Kafka supports Kerberos. So, you can authenticate with any directory service that supports Kerberos (e.g., Active Directory). Our default authorization is based on individual users, not on groups though. You can find more a bit more info on security in the following links.