helm chart: read target postgres from k8s secret #815
Replies: 2 comments 2 replies
-
Yes. I have been thinking about this for a while as I am actually in the process of deploying PgCat using the helm chart. I am not sure how to go about that. One option I have seen Datadog Agent do is to allow you to define a "Secret backend" which is a binary that the agent calls with some input parameters and the backend fetches the secret. So, In PgCat config, it will look like this
and when the PgCat binary encounters that value, it passes the |
Beta Was this translation helpful? Give feedback.
-
Hey @drdrsh I saw that you have added support for k8s secret in the context of users for pgCat - thank you! any chance to add the same functionallity for the shards servers section ? |
Beta Was this translation helpful? Give feedback.
-
We are missing a very important part, we want to read the postgres connecction from a secret, we can't just write the password of our postgres inside the values.yaml, need to have the ability to read from a secret
Beta Was this translation helpful? Give feedback.
All reactions