Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-5988

The operator updates the secret with AMQ_CONSOLE_ARGS field for console use

XMLWordPrintable

      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.

              gaohoward Howard Gao
              rhn-support-aboucham Abel Bouchama
              Mikhail Krutov Mikhail Krutov
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: