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

External secret vault support [PAXJDBC-112] #176

Closed
grgrzybek opened this issue Dec 5, 2016 · 0 comments
Closed

External secret vault support [PAXJDBC-112] #176

grgrzybek opened this issue Dec 5, 2016 · 0 comments
Labels
Milestone

Comments

@grgrzybek
Copy link
Member

József Börcsök created PAXJDBC-112

Next Docker version (1.13, scheduled to 2016-12-08) has support for secrets handled as file resources under /run/secrets: moby/moby#27794

Support external secrets in PAX-JDBC configuration files similar to encryption. Content of password files should be either plain text or encrypted text (compatible with current configuration file values).

Example:

password=FILE(/run/secrets/my-datasource-password)

Content of /run/secrets/my-datasource-password (inside the container) is one of:

testpassword
ENC(IUy6ec2ZA//WL4F9W9zWBuiJCGMWdwyT)

External configurations are loaded first (resolving FILE(...) references) and Decryptor is cascaded to the result.


Affects: 0.9.0
Fixed in: 1.0.0
Votes: 0, Watches: 1

@grgrzybek grgrzybek added the type: new feature New Feature label Feb 9, 2021
@grgrzybek grgrzybek added this to the 1.0.0 milestone Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant