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

Encrypt sensitive data in environment configs #55

Open
cpg1111 opened this issue Aug 3, 2016 · 0 comments
Open

Encrypt sensitive data in environment configs #55

cpg1111 opened this issue Aug 3, 2016 · 0 comments
Assignees
Projects

Comments

@cpg1111
Copy link
Owner

cpg1111 commented Aug 3, 2016

Currently all data in the config is displayed in plain text or would need to execute a child process in order to decrypt any encrypted data.

Proposal:
In config specify what encryption followed by the encrypted value. Should look like:

Env=["SHA512:password:a7CXd14WsfeEewQsfr"]

Grant it, those values are made up, but assume the value is encrypted with sha512.

@cpg1111 cpg1111 self-assigned this Sep 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant