Uploaded image for project: 'OpenJDK'
  1. OpenJDK
  2. OPENJDK-265

The jolokia configuration of Java 8 base image is not configured correctly for the Fuse Console

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Won't Do
    • Icon: Major Major
    • Containers 2.0.GA
    • None
    • container
    • 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
      

              jdowland@redhat.com Jonathan Dowland
              rhn-support-aboucham Abel Bouchama
              Votes:
              2 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated:
                Resolved: