Description:
There are two servers: primary and standby. The replication streaming is configured for them, so I would like to have the same password between them to avoid any kind of password issue during a failover.
To update the password, it’s needed to inform the password and a verifier (SCRUM-SHA256) and also restart the pgbouncer deployment.
Version:
2.5.0
Expected Result:
I would like to update the _crunchypgbouncer password like a pguser, without creating a verifier and restarting pgbouncer. The operator could identify the secret was updated and reset the _crunchypgbouncer password and make the pgbouncer pods use the new password.