-
Bug
-
Resolution: Done
-
Blocker
-
AMQ 7.10.0.OPR.3.GA
-
False
-
-
False
jolokiaAgentEnabled: true that has a missed properties.
$ cat /opt/jboss/container/jolokia/etc/jolokia.properties host=* port=8778 discoveryEnabled=false protocol=https useSslClientAuthentication=true extraClientCheck=true caCert=/var/run/secrets/kubernetes.io/serviceaccount/ca.crt clientPrincipal=cn=system:master-proxy
it should be like following:
host=* port=8778 discoveryEnabled=false protocol=https useSslClientAuthentication=true extraClientCheck=true caCert=/var/run/secrets/kubernetes.io/serviceaccount/ca.crt realm=activemq clientPrincipal.1=cn=system:master-proxy clientPrincipal.2=cn=hawtio-online.hawtio.svc clientPrincipal.3=cn=fuse-console.fuse.svc
This regression was caused by https://github.com/rh-messaging/activemq-artemis-broker-kubernetes-image/commit/0de8ea2ac34b83ed5ef45fd610b6531f7072fb6b
the AMQ_JOLOKIA_AGENT_OPTS env var should be set to
realm=activemq,caCert=/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt,clientPrincipal.1=cn=system:master-proxy,clientPrincipal.2=cn=hawtio-online.hawtio.svc,clientPrincipal.3=cn=fuse-console.fuse.svc
- is duplicated by
-
ENTMQBR-7164 AMQ 7.10 Brokers cannot be managed by the FuseConsole on OpenShift
-
- Closed
-