Uploaded image for project: 'WildFly WIP'
  1. WildFly WIP
  2. WFWIP-465

Setting AB_JOLOKIA_OFF=false should enable Jolokia

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • OpenShift
    • None
    • Hide
      # jolokia should be enabled
      podman run -it --env AB_JOLOKIA_OFF=false registry-proxy.engineering.redhat.com/rh-osbs/jboss-eap-7-eap74-openjdk11-openshift-rhel8:7.4.5  | grep jolokia
      # jolokia should be disabled
      podman run -it --env AB_JOLOKIA_OFF=true registry-proxy.engineering.redhat.com/rh-osbs/jboss-eap-7-eap74-openjdk11-openshift-rhel8:7.4.5  | grep jolokia
      
      Show
      # jolokia should be enabled podman run -it --env AB_JOLOKIA_OFF= false registry-proxy.engineering.redhat.com/rh-osbs/jboss-eap-7-eap74-openjdk11-openshift-rhel8:7.4.5 | grep jolokia # jolokia should be disabled podman run -it --env AB_JOLOKIA_OFF= true registry-proxy.engineering.redhat.com/rh-osbs/jboss-eap-7-eap74-openjdk11-openshift-rhel8:7.4.5 | grep jolokia

    Description

      When working with openshift images, sometimes provided images come with env variable AB_JOLOKIA_OFF set to true or just present. Once this env var is set, there is no way to enable jolokia by overriding this env variable.

      Observed behaviour:
      Setting AB_JOLOKIA_OFF to any value or just having it present always disables Jolokia

      Expected behaviour:
      Setting AB_JOLOKIA_OFF=false enables Jolokia.

      Attachments

        Activity

          People

            kwills@redhat.com Ken Wills
            rhn-support-vsalbaba Vojtěch Šalbaba
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: