[Questions] How do i set users & permissions in the rabbitmq topology operator when my users are managed by ldap,oauth, etc ? #1053
-
Community Support Policy
RabbitMQ version used4.1.2 Erlang version used27.3.x Operating system (distribution) usedOpenshift 4.19 How is RabbitMQ deployed?Kubernetes Operator(s) from Team RabbitMQ rabbitmq-diagnostics status outputSee https://www.rabbitmq.com/docs/cli to learn how to use rabbitmq-diagnostics DetailsLogs from node 1 (with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs DetailsLogs from node 2 (if applicable, with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs DetailsLogs from node 3 (if applicable, with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs Detailsrabbitmq.confSee https://www.rabbitmq.com/docs/configure#config-location to learn how to find rabbitmq.conf file location DetailsSteps to deploy RabbitMQ clusterInstalled the rabbitmq-cluster-operator and rabbitmq-topology-operator via helm chart Steps to reproduce the behavior in questionHave the rabbitmq cluster configured to use an ldap authentication server advanced.configSee https://www.rabbitmq.com/docs/configure#config-location to learn how to find advanced.config file location DetailsApplication codeDetails# PASTE CODE HERE, BETWEEN BACKTICKSKubernetes deployment fileDetails# Relevant parts of K8S deployment that demonstrate how RabbitMQ is deployed
# PASTE YAML HERE, BETWEEN BACKTICKSWhat problem are you trying to solve?My users are managed by an external LDAP server. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Topology operator users and permissions are for the basic auth backend. Assuming you have configured the LDAP backend for both AuthN and AuthZ, then all users and permissions should be created in the LDAP server. |
Beta Was this translation helpful? Give feedback.
Topology operator users and permissions are for the basic auth backend. Assuming you have configured the LDAP backend for both AuthN and AuthZ, then all users and permissions should be created in the LDAP server.