ibm-messaging / mq-helm

Apache License 2.0
28 stars 35 forks source link

is it possible to provide trust store public keys via ConfigMap? #57

Closed WalkerWalker closed 12 months ago

WalkerWalker commented 1 year ago

After reading the readme, I found that it is only possible to provide trust store public keys via Secret

pki:
  trust:
    - name: default
      secret:
        secretName: appsecret
        items:
          - app.crt

Would it be possible to support providing trust via config map? In our ocp cluster, the service ca is provided as a config map.

callumpjackson commented 1 year ago

Hi Walker - I've tagged this as a future enhancement request. For your awareness if you are using OpenShift then the strategic deployment option is the MQ Operator as documented here.

WalkerWalker commented 1 year ago

I can do a PR if it's welcomed. Probably not too complicated.

callumpjackson commented 12 months ago

@WalkerWalker Thanks for the offer and normally I would welcome a PR. In this case I was in the middle of making a change and included within #60. This should now be live. Let me know if you experience any issues.