-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kafka-gitops should never output passwords #96
Comments
joschi
added a commit
to joschi/kafka-gitops
that referenced
this issue
Oct 19, 2022
Sanitize the `sasl.jaas.config` configuration setting before printing it and replace the configured password with a placeholder. Fixes devshawn#96
joschi
added a commit
to joschi/kafka-gitops
that referenced
this issue
Oct 19, 2022
Sanitize the `sasl.jaas.config` configuration setting before printing it and replace the configured password with a placeholder. Fixes devshawn#96
Duplicates #93 |
@oocx If you're still interested, this issue should have been fixed in https://github.com/joschi/kafka-gitops/releases/tag/0.2.16. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run kafka-gitops with -v, it outputs username and password in plain text:
If I run kafka-gitops as part of a job in our kubernetes cluster, the password will end up in our log files.
kafka-gitops should never print credentials to avoid leaking them to logs.
The text was updated successfully, but these errors were encountered: