You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hello,
Is there any way we can use this repository with other secret managers like Doppler. e.g. If I change the password in Doppler, it should change rabbitmq "default user's" password ?
I use Doppler to hold secrets (rabbitmq: default_user and default_password)
I am having my own helm chart to deploy rabbitmq in HA mode (with external pvc mounted at: /var/lib/rabbitmq/mnesia : to keep data safe while pod restart). IT is DIY kind of helm chart: https://github.com/rabbitmq/diy-kubernetes-examples
I have configmap that disables guest user (loopback_users.guest = false). I am injecting secrets in rabbitmq statefulset as environment variable (default_user, default_pass) ..... this all are working fine and I am able to login to rabbitmq management UI using doppler secrets.
Now I change the password in Doppler, which reloads rabbitmq deployment, but it doesn't change the password in rabbitmq database. It might be because I am using external PVC, which keeps old passwords. I didn't find any way to implement this step ? loading json file (https://github.com/oprearocks/RabbitMQ-Docker-cluster/blob/master/definitions.json) is also complicated because i need to calculate hash.
can anyone help here ?
Describe the solution you'd like
I want to change RabbitMQ default User's password, when I change the password in Doppler
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Hello,
Is there any way we can use this repository with other secret managers like Doppler. e.g. If I change the password in Doppler, it should change rabbitmq "default user's" password ?
Doppler sync kubernetes secrets and reload kubernetes controller through annotations (based on kubernetes deployment strategy):
https://docs.doppler.com/docs/kubernetes-operator#automatic-redeployments
Step by Step Process/Scenario:
can anyone help here ?
Describe the solution you'd like
I want to change RabbitMQ default User's password, when I change the password in Doppler
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: