redhat-cop / vault-config-operator

An operator to support Haschicorp Vault configuration workflows from within Kubernetes
Apache License 2.0
112 stars 49 forks source link

FIX #230 CRD passwordAuthentication for PostgreSQL Database Secret Engine Configs #235

Open gcpcscol opened 6 months ago

gcpcscol commented 6 months ago

Hello,

Here's a proposal for using the passwordAuthentication option with the value scram-sha-256 Thanks

Gauthier

raffaelespazzoli commented 6 months ago

hello, what were you trying to do with this PR? you cannot change the crds..., crds are generated from code and code annotations.

gcpcscol commented 6 months ago

We noticed that CRD was missing to enable vault to encrypt the password when initializing the postgresql role. I don't understand why the entry is missing, but adding it manually fixes the #230 issue.