-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
Deploying the AMQ 6 image on OCP 3.11 requires additional configuration in order to access the Java Console.
The following variables need to be added to the deployment configuration:
- name: AB_JOLOKIA_AUTH_OPENSHIFT value: 'false' - name: AB_JOLOKIA_PASSWORD_RANDOM value: 'false' - name: AB_JOLOKIA_HTTPS value: 'false'
Without this configuration the Java Console will return a HTTP 401 and is unaccessible.
The AMQ 6 deployment configuration should be updated to include these by default.