Issue while creating additional users using Helm chart on Azure Kubernetes Service #2691
-
Hi, I am using the load_definitions.json file to load it into the Kubernetes secret and then providing the file path to overrides file under extraConfiguration. Below is the content of both the files I am using currently to install the RabbitMQ using Helm chart: overrides.yaml
load_definition.json
The users are not getting created when I install the helm chart in Azure Kubernetes Service cluster. Even though I am not able to login into the RabbitMQ management console using the default user's credentials. However when I create the users using the following three commands, I am successfully able to login into the console using the below credentials:
I am not sure where I am doing wrong. May be if anyone out there can help me out in this regard, I would be really grateful. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
Thank you for your time. Team RabbitMQ uses GitHub issues for specific actionable items engineers can work on. This assumes that we have a certain amount of information to work with. Getting all the details necessary to reproduce an issue, make a conclusion or even form a hypothesis about what's happening can take a fair amount of time. Our team is multiple orders of magnitude smaller than the RabbitMQ community. Please help others help you by providing a way to reproduce the behavior you're
Feel free to edit out hostnames and other potentially sensitive information. When/if we have a complete enough understanding of what's going on, a recommendation will be provided or a new issues with more context will be filed. Thank you. |
Beta Was this translation helpful? Give feedback.
-
You are using a version of RabbitMQ that is 7 patch releases behind and a legacy way of deploying it Kubernetes (the Operator is the modern way). While nothing has changed specifically w.r.t. how the users are imported since We cannot suggest much without having an actual |
Beta Was this translation helpful? Give feedback.
-
There is a definition import example for the Operator. Enabling debug logging will provide a lot of relevant information about what exactly happens on boot and during sign in attempts. |
Beta Was this translation helpful? Give feedback.
-
While using the Operator is recommended, Bitnami does provide RabbitMQ 3.8.9: https://github.com/bitnami/charts/blob/master/bitnami/rabbitmq/Chart.yaml#L4. I'm not sure where you get your charts from but I guess you clone/mirror is not updated. |
Beta Was this translation helpful? Give feedback.
-
Here's what a
So key information you are looking for is logged at the |
Beta Was this translation helpful? Give feedback.
While using the Operator is recommended, Bitnami does provide RabbitMQ 3.8.9: https://github.com/bitnami/charts/blob/master/bitnami/rabbitmq/Chart.yaml#L4. I'm not sure where you get your charts from but I guess you clone/mirror is not updated.