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 Zalando Operator to provide postgresql #3

Open
flickerfly opened this issue Nov 15, 2019 · 1 comment
Open

Use Zalando Operator to provide postgresql #3

flickerfly opened this issue Nov 15, 2019 · 1 comment

Comments

@flickerfly
Copy link

flickerfly commented Nov 15, 2019

I'm using the Zalando Postgres operator to create my databases. It automatically creates the secret anchore.namespace-pgsql-cluster.credentials.postgresql.acid.zalan.do in my namespace. It has data.username and data.password making those available. Can I configure this operator to consume the username and password from this secret? It has data.username and data.password making those available.

@Btodhunter
Copy link
Member

Unfortunately there isn't an easy way to inject those specific secret values into the anchore engine configuration using the operator (or helm chart) at the moment. We do support mounting an existing secret for setting the ANCHORE_DB_PASSWORD, but that isn't exactly what you're looking for.

I will definitely consider adding this functionality to the operator & helm chart, I think it's a great idea. Thanks @flickerfly!

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