-
Notifications
You must be signed in to change notification settings - Fork 479
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
PGBouncer cannot do SCRAM authentication: wrong password type #556
Comments
@ac5tin I assume you have configured your For example, does your
You will have to allow Alternatively, you can disable pgbouncer with NOTE: the |
these are the last few lines in my
|
@ac5tin yes that seems consistent with what I said, you need to either:
|
after disabling pgbouncer it works now |
@ac5tin FYI, you should be able to re-enable PgBouncer if you update to version This is because you can now set the pgbouncer:
authType: scram-sha-256 Read more in the "How to configure pgbouncer?" FAQ. |
Checks
Chart Version
2.1.4
Kubernetes Version
Helm Version
Description
PGBouncer failed to connect to my postgres because of wrong password type.
I'm have deployed a postgres instance in another namespace and I would like to connect to it. I've create the secrets using
kubectl create secret generic airflow-secrets --from-literal=POSTGRES_PASSWORD=<MY_PG_PASSWORD> --dry-run=client -o yaml > secrets.yaml
This is the error log from airflow PGBouncer
Relevant Logs
The text was updated successfully, but these errors were encountered: