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
At the moment, the operator creates only one user _crunchypgbouncer in the users.txt file for PgBouncer. We would benefit from being able to create our own users with the right set of permissions,
Either of these options would work:
Being able to create users for PgBouncer in the proxy config in the PerconaPGCluster the same way it is done for PostgreSQL in the users section.
Being able to propagate roles created in the users section to PgBouncer.
Use-Case
This would allow us to use the PgBouncer metrics exporter with a user that has the appropriate permissions.
Is this a feature you are interested in implementing yourself?