-
Hello, On k8s , I see that we can enable additional plugins , and add additional config using spec.rabbitmq.additionalConfig and advanced config using spec.rabbitmq.advancedConfig. On a non-k8s installation .. my advanced config file would like something like cat advanced.config[
]} I am not sure how can I translate that to be used with the cluster operator .. Anyone using secure LDAP with the operator. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @bdaoudtdc, same comment as in: rabbitmq/cluster-operator#568 (comment) You are right that you can set advanced.config in For example, your rabbitmq manifest could look something like:
Let me know whether this helps. |
Beta Was this translation helpful? Give feedback.
Hi @bdaoudtdc, same comment as in: rabbitmq/cluster-operator#568 (comment)
You are right that you can set advanced.config in
spec.rabbitmq.advancedConfig
. For your ldap ca cert file, you would need to use the statefulSet override to mount an additional secret, which contains the ca cert you would like to use.For example, your rabbitmq manifest could look something like: