-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add ConfigProvider to make use of environment variables #500
Comments
Hi @Antoine7773, Jikkou uses HOCON for configuration which support environment subsitutiuon. So doing just |
Hello @fhussonnois, I tired but I have auth failure. Authentication failed during authentication due to invalid credentials with SASL mechanism SCRAM-SHA-256 Here is the jikkouconfig file Docker command ran : Checked the env var in the container and it is correct
The command works well. Do you know if I am missing something ? |
Actually i have the same issue with mTLS it ends up picking up the PLAINTEXT as the security. also the security was stated in the config_props but in logger-level=DEBUG
@fhussonnois hi since it needs the DN that is being stated in the super-users and whats stated in the cert i am using the cert used by the broker itself |
Hello,
Is your feature request related to a problem? Please describe.
I would like to run Jikkou in a GitHub action to connect to a SASL_PLAINTEXT cluster.
Currently it seems that Jikkou does not support the load of env vars in jikkouconfig file
Describe the solution you'd like
I would like to be able to define in the jikkouconfig file something like this :
Then I would set env variable JIKKOU_PASSWORD from GitHub secret that would be used by Jikkou
Describe alternatives you've considered
Thought about using sed to replace the variable by the actual secret but it means writing the password in clear so not the best option.
Additional context
Kafka implemented this feature according to this ticket https://issues.apache.org/jira/browse/KAFKA-14376
Would it be possible to have the same kind of feature in Jikkou ?
The text was updated successfully, but these errors were encountered: