-
Story
-
Resolution: Won't Do
-
Major
-
None
-
None
-
False
-
False
-
Undefined
The jolokia configuration of Java 8 base image is not configured correctly for the Fuse Console. According to this ticket https://bugzilla.redhat.com/show_bug.cgi?id=1713656 the Fuse Console replaces the old Java Console which was available out of the box for all Java based images.
The Java 8 base image contain the following jolokia properties:
host=* port=8778 discoveryEnabled=false user=jolokia password=KDHtgy0Np1qw18uEZasD73lrKRCmYi protocol=https useSslClientAuthentication=true extraClientCheck=true caCert=/var/run/secrets/kubernetes.io/serviceaccount/ca.crt clientPrincipal=cn=system:master-proxy
It MUST have the right caCert and 2 more clientPrincipal:
caCert=/var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt clientPrincipal.2=cn=hawtio-online.hawtio.svc clientPrincipal.3=cn=fuse-console.fuse.svc