-
Bug
-
Resolution: Done
-
Major
-
7.9.1.CR2
-
False
-
False
-
-
When we create a secret for sslSecret of the console like:
oc create secret generic mytlssecret \
--from-file=broker.ks=broker.ks \
--from-file=client.ts=client.ts \
--from-literal=keyStorePassword=password \
--from-literal=trustStorePassword=password
The secret is updated by the operator ,, and we have a new field:
key=AMQ_CONSOLE_ARGS, value= --ssl-key /etc/mytlssecret-volume/broker.ks --ssl-key-password password --ssl-trust /etc/mytlssecret-volume/client.ts --ssl-trust-password password
If the secret are managed by the external secret controller. The external secret controller reverts all the time this update made by the operator.