-
Notifications
You must be signed in to change notification settings - Fork 429
Docker secrets not loading #479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Just to update, after upgrading to 3.8.14 no issues. I guess this is problem only with initial user creation. Docker-compose file example:
Also posted on rabbitmq/rabbitmq-server#2963 |
So if the plan is to configure initial users via config files, that would mean (in docker swarm and my example here) to create a docker secret containing the complete config file itself, with initial password in it. |
Instead of using environment variables (that end up
You can store the entire |
Tnx for your input. |
Docker image 3.8.14-management-alpine not loading default user/password via RABBITMQ_DEFAULT_USER_FILE or PASS variable pointing to docker secrets (ie, /run/secrets/rmq_username)
rolling back to 3.8.5 image works.
The text was updated successfully, but these errors were encountered: