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

Add Jasypt property encryption #846

Closed
prd-fox opened this issue Aug 6, 2019 · 1 comment
Closed

Add Jasypt property encryption #846

prd-fox opened this issue Aug 6, 2019 · 1 comment
Assignees
Labels
0.10.0 enhancement Non-user code enhancements feature User features security

Comments

@prd-fox
Copy link
Contributor

prd-fox commented Aug 6, 2019

The configuration file contains many passwords (database, TLS certs, keys) that should not be plaintext. Using Jasypt, we can encrypt these values and then provide the password outside the runtime.

As a first step, we should encrypt the database password, as there is already an alternative for key passwords.

@Krish1979 Krish1979 added the enhancement Non-user code enhancements label Aug 7, 2019
@Krish1979
Copy link
Collaborator

PR #845

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.10.0 enhancement Non-user code enhancements feature User features security
Projects
None yet
Development

No branches or pull requests

3 participants