Skip to content

RabbitMQ Cluster Operator -- Secure LDAP #2721

Answered by ChunyiLyu
bdaoudtdc asked this question in Questions
Discussion options

You must be logged in to vote

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:

apiVersion: rabbitmq.com/v1beta1
kind: RabbitmqCluster
metadata:
  name: example
spec:
  rabbitmq:
    advancedConfig: your advancedConfig; and `cacertfile` should be set to path to your-mounted ca cert, in this case it would be `/etc/rabbitmq/certs/<LDAP ca cert secret key name>`
  override:
    statefulSet:
      spec:
…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants