Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

auth_type being scram-sha-256 #54

Open
minnieshi opened this issue Nov 2, 2021 · 1 comment
Open

auth_type being scram-sha-256 #54

minnieshi opened this issue Nov 2, 2021 · 1 comment

Comments

@minnieshi
Copy link

I tried to install the chart, like below; but the "scram-sha-256" is the auth_type, connect to Azure postgresql

`# values.override.yaml example
replicaCount: 2

users:
myuser@my-host-name: my-password-plain
databases:
"*":
host: my-host-name
port: 5432
connectionLimits:
maxClientConn: 200

settings:
auth_type: scram-sha-256
server_tls_sslmode: verify-ca
ignore_startup_parameters: extra_float_digits
listen_port: 5432
pool_mode: transaction
`

helm repo add cradlepoint https://raw.githubusercontent.com/cradlepoint/kubernetes-helm-chart-pgbouncer/master/repos/stable --force-update helm upgrade --install pgbouncer cradlepoint/pgbouncer -n airflow -f values.pgbouncer.tmp.yaml
the pod would not start. and i could not check log either.

@minnieshi
Copy link
Author

can close this as i can see the code does not have it as an option.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant