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

[Doc]Pls add one part about: How to use a custom secret configuring acceptor for the SSL part?

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • AMQ 7.12.3.OPR.1.GA
    • documentation, operator
    • None
    • False
    • None
    • False

      The key point is that to use a provided tls secrets with -ptls suffix, then all the generated generated pemcfg secret will be fine, like below:

      apiVersion: broker.amq.io/v1beta1
      kind: ActiveMQArtemis
      metadata:
        name: artemis-broker
      spec:
        acceptors:
        - name: myacceptor
          protocols: CORE
          port: 61626
          sslEnabled: true
          sslSecret: myacceptor-ptls <== note here
        brokerProperties:
          - "acceptorConfigurations.myacceptor.params.sslAutoReload=true"
      

      There is a little note in the doc about it, see:

      https://docs.redhat.com/en/documentation/red_hat_amq_broker/7.12/html-single/deploying_amq_broker_on_openshift/index#proc-br-securing-client-connections-ocp-service-serving_broker-ocp

      but it is not the same, pls add this part.

              jcliffor@redhat.com John Clifford
              rhn-support-xiwu Xiaohui Wu
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: