Skip to content
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

Ability to define passwords using docker secrets #325

Open
nbitouze opened this issue Aug 27, 2019 · 0 comments
Open

Ability to define passwords using docker secrets #325

nbitouze opened this issue Aug 27, 2019 · 0 comments

Comments

@nbitouze
Copy link

It would be a nice security improvement if, in addition to the ROCKETCHAT_PASSWORD variable, an alternative ROCKETCHAT_PASSWORD_FILE variable could be defined that points to a file in which the password is stored.

This allows defining a docker secret and having this new variable point to it, e.g., ROCKETCHAT_PASSWORD_FILE=/run/secrets/rocketchat_hubot_password. It is also in line with the best practice, and applied by several docker images, for instance postgres.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant