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

Setting sslEnabled field from true to false ends with an error.

    XMLWordPrintable

Details

    • False
    • None
    • False
    • Hide

      Starting config:

        acceptors:
          - expose: true
            name: amq-custom-acceptor
            port: 61626
            protocols: all
            sslEnabled: true
            sslSecret: mytlssecret
      

      Edited

        acceptors:
          - expose: true
            name: amq-custom-acceptor
            port: 61626
            protocols: all
            sslEnabled: false
            sslSecret: mytlssecret
      
      Show
      Starting config: acceptors: - expose: true name: amq-custom-acceptor port: 61626 protocols: all sslEnabled: true sslSecret: mytlssecret Edited acceptors: - expose: true name: amq-custom-acceptor port: 61626 protocols: all sslEnabled: false sslSecret: mytlssecret

    Description

      Setting sslEnabled field for an acceptor from true to false ends with the following error:

      broker-ss-1 broker-container Caused by: java.lang.Exception: Failed to find a store at /etc/mytlssecret-volume/broker.ks
      

      The Broker pod it is still looking for the secret mounted as volume.

      Attachments

        Issue Links

          Activity

            People

              gtully@redhat.com Gary Tully
              rhn-support-aboucham Abel Bouchama
              Roman Vais Roman Vais
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: