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

[Feature] Docker secrets support #600

Open
bkuhl opened this issue Dec 30, 2017 · 1 comment
Open

[Feature] Docker secrets support #600

bkuhl opened this issue Dec 30, 2017 · 1 comment

Comments

@bkuhl
Copy link

bkuhl commented Dec 30, 2017

Currently the API key/secret are expected via environment variables. That's great, but it would also be great if this container supported using secrets. This would mean the value of the api key/secret would be available in /run/secrets/MY_SECRET. This would allow us to deploy this solution using something like https://rancher.com without exposing our api key/secret in the GUI.

@laxdog
Copy link
Collaborator

laxdog commented Apr 19, 2018

As far as I'm aware this is only used for swarm / kubernetes etc. The compose file there at the minute is for a standalone container.

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

No branches or pull requests

3 participants