You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The main challenge with automation is the need to manage users. I would like to have functionality to set a password for users.
Describe the solution you'd like
An endpoint that will set the password for the user, according to the specified security mechanism. SCRAM/PLAINTEXT
Describe alternatives you've considered
Kafkacat or regular bash console. If there are options to manage users and passwords using REST API, I will be glad to get feedback.
The text was updated successfully, but these errors were encountered:
Hi @denisko890, thank you for your feature request. If I understand it correctly you would like to manage SCRAM users through YAML descriptor files so that Jikkou can reconcile them with your Apache Kafka cluster ? I think the main challenges is for storing passwords. As far as I know, only Kraft provides the client for passing a SHA512/256 hashed password with a salt. Using Kafka/Zookeeper passwords are passed in plaintext using the Kafka API client.
Hi @fhussonnois! Thanks for the reply!
Yes, you understood correctly, I would like to manage users and passwords using YAML.
For example Terraform-Kafka-Provider allows to create/change password for users, but it does not allow to import current ones. I don't think it will be possible to import either. But managing users with Jikkou would be nice.
Is your feature request related to a problem? Please describe.
The main challenge with automation is the need to manage users. I would like to have functionality to set a password for users.
Describe the solution you'd like
An endpoint that will set the password for the user, according to the specified security mechanism. SCRAM/PLAINTEXT
Describe alternatives you've considered
Kafkacat or regular bash console. If there are options to manage users and passwords using REST API, I will be glad to get feedback.
The text was updated successfully, but these errors were encountered: