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

Allow configuring db username and/or password via qbean configuration file that can be encrypted #43

Merged
merged 4 commits into from
Jan 10, 2017
Merged

Conversation

sumeetphadnis
Copy link
Contributor

Steps to encrypt file:

  • Shutdown the application
  • Delete deploy/01_initdb.xml file, if it exists
  • Copy the sample 01_db.xml to application directory, edit username and password
  • Run bin/q2 -e01_db.xml

This will create deploy/01_initdb.xml file with encrypted data and run the application. Remember to remove the 01_db.xml file from the application directory!

…ord via qbean configuration file that can be encrypted.
When this file is encrypted, Q2 creates deploy/01_initdb.xml file.
@ar ar merged commit 20def58 into jpos:master Jan 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants