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

Use Kubernetes secrets to store credentials #6

Closed
pst opened this issue Apr 14, 2017 · 2 comments
Closed

Use Kubernetes secrets to store credentials #6

pst opened this issue Apr 14, 2017 · 2 comments

Comments

@pst
Copy link

pst commented Apr 14, 2017

Currently all credentials seem to be stored in the TPRs. Is it planned to switch this to using Kubernetes secrets? This way the operator could generate credentials while deploying a new database or cluster and store them in secrets.

@jmccormick2001
Copy link
Contributor

very good idea, would support some more advanced security features down the road as well.

@jmccormick2001
Copy link
Contributor

I've merged into master a cut at using secrets...it will generate the passwords if you do not specify a password in the config...you can view the generated passwords using 'pgo show mycluster --show-secrets=true'

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

No branches or pull requests

2 participants