version: 9.3.3.1
platform: Azure Kubernetes Service
Description
We're trying to configure OIDC for MQ console as per the template at here . The configurations are added as environment variable as below as part of StatefulSet
The injected environment variables never take effect. After the Pod is started, checking at /etc/mqm/web/installations/Installation1/servers/mqweb, I see the tpl isn't rendered. variables in mqwebuser.xml are not replaced with the injected envs
what do I expect to happen
mqwebuser.xml.tpl should be rendered, adding the OIDC environment variables.
version:
9.3.3.1
platform:Azure Kubernetes Service
Description
We're trying to configure OIDC for MQ console as per the template at here . The configurations are added as environment variable as below as part of
StatefulSet
What happened
The injected environment variables never take effect. After the Pod is started, checking at
/etc/mqm/web/installations/Installation1/servers/mqweb
, I see the tpl isn't rendered. variables inmqwebuser.xml
are not replaced with the injected envswhat do I expect to happen
mqwebuser.xml.tpl
should be rendered, adding the OIDC environment variables.Troubleshooting
mqwebuser.xml.tpl
is being rendered at hereBut the environment variables defined earlier are not being passed to
mqtemplate.ProcessTemplateFile