Replies: 1 comment
-
Hi you need to enable security in the Broker cr. for example: apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
name: ex-aao
spec:
deploymentPlan:
size: 1
requireLogin: true
adminUser: admin
adminPassword: admin where Another way to configure a console's security is to use the jaas configuration options to directly configure your login modules for the jolokia access. Have a look at this discussion |
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
-
Is it possible to set Jolokia Username and password?
Trying to invoke this url from inside the cluster
I can use any username and password to be able to get a response.
Does a secret exist for this Jolokia authentication info?
Beta Was this translation helpful? Give feedback.
All reactions