Replies: 1 comment
-
Can you pass the full log? Normally jolokia will get the user/password from env var AMQ_USER and AMQ_PASSWORD. |
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.
-
Hi all.
I have some issues trying to configure different security domains for Jolokia and TLS connection.
I created a custom JAAS login module to manage certificates for TLS connections and I want to use another security domain for jlokia.
This is the CRD definition
and the content of login.config file stored as secret named cert-jaas-config
Applying this artemis CRD I found this error inside its log
trying to execute a Jolokia call from a POD
How the operator knows user and password to execute Jolokia calls?
What I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions