Skip to content

Secure LDAP #568

@bdaoudtdc

Description

@bdaoudtdc

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

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions