docker icon indicating copy to clipboard operation
docker copied to clipboard

Support for docker secrets

Open andrasmaroy opened this issue 5 years ago • 1 comments

It would be really cool if we could use docker secrets to set sensitive parameters (db password, mailer password, etc).

The canonical way for this would be to parse the same variables with _FILE suffix that point to a file containing the actual value to the variable. Read the contents of that file and set it as the proper variable, omitting the _FILE suffix.

As I see there's already an open pull request (#70) that's supposed to add this. If that's not good for whatever reason I'm happy to take a stab at this.

andrasmaroy avatar Mar 28 '20 22:03 andrasmaroy

That could be great. Feel free to continue the work on an other PR and / or re-use what he has already done

j0k3r avatar Apr 09 '20 05:04 j0k3r