-
Notifications
You must be signed in to change notification settings - Fork 308
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
I am not sure if secure LDAP is supported
I enabled the ldap plugin using additional plugins. I can see that we can add add additional config using spec.rabbitmq.additionalConfig and advanced config using spec.rabbitmq.advancedConfig.
However , I am not sure how can we reference our cacertfile ...
Is secure LDAP supported on the operator.
On a non-k8s installation .. my advanced config file would like something like
cat advanced.config
[
{rabbitmq_auth_backend_ldap, [
{ssl_options, [{cacertfile,"/etc/openldap/certs/rootCA.cer"}]},
{tag_queries, [{administrator, {in_group, "CN=mygroup,OU=SecurityGroups,DC=www,DC=example,DC=com"}},
{management, {constant, true}}]}
]}
].
I am not sure how can I translate that to be used with the cluster operator ..
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested