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
Add db_iam_username variable for PostgreSQL IAM authentication
This variable allows specifying a separate database username for IAM
authentication when postgres_enable_iam_auth=true. If null, it uses
the db_username (master user).
Required for passwordless PostgreSQL authentication tests.
0 commit comments