Replies: 1 comment
-
@raj-andy1 can you open this issue on the properly repo? this discussion section is not active yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I am deploying cruise control on k8s and using your helm charts. How can I have the jaas configuration read the env variables and populate the cruise_control_jaas.conf?
Here is the snipped of my values.yaml file
jaas: enabled: true config: | Client { org.apache.kafka.common.security.plain.PlainLoginModule required username="${username}" password="${password}"; };
and this is what I get when I deploy that
javax.security.auth.login.LoginException: Zookeeper client cannot authenticate using the 'Client' section of the supplied JAAS configuration: './config/cruise_control_jaas.conf' because of a RuntimeException: java.lang.SecurityException: java.io.IOException: unable to expand property username
Any direction would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions