StephenSorriaux / ansible-kafka-admin

Manage your topic's configuration (partitions, replication factor, parameters), ACLs, quotas, users and get stats, without any effort with this library. It does not use the Kafka scripts and does not require ssh connection to the remote broker.
Apache License 2.0
150 stars 46 forks source link

kafka_user: Multiple mechanisms for password during user creation #141

Open Allure996 opened 2 years ago

Allure996 commented 2 years ago

Hi, would it be possible to add multiple mechanism when a user is created?

For example SHA-256 AND SHA-512

StephenSorriaux commented 2 years ago

Hello,

Good point. Yes, I don't see anything that prevents this feature from being added (from its KIP, Kafka should be fine having an user with multiple mechanisms).