You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
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.
The text was updated successfully, but these errors were encountered: