You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update logic for pgbouncer password modification on creation
If the AddPgBouncer call is invoked as the Operator attempts to
add a new pgBouncer and it is determined that a pgBouncer Secret
already exists, do not attempt to update the password within
PostgreSQL.
This also ensures that an existing Secret storing the pgbouncer
user credential is synchronized to be the password represented
for the pgbouncer user in the database itself.
Issue: [ch9457]
0 commit comments