Oddly struggling with setting up a managed role in CloudNative PG.
- I have a `Secret` in a namespace in my k8s and can base64 decode the password
- I have a `Cluster` in another namespace with a `.spec.managed.roles` that references the secret above
- I can see said role when doing a `psql -c \du;`
- But I can't authenticate with said user and b64 decoded password from the secret.
Am I holding it wrong?