This repository was archived by the owner on Nov 26, 2025. It is now read-only.
Commit f36dc79
committed
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.1 parent 2797214 commit f36dc79
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
225 | 231 | | |
226 | 232 | | |
227 | 233 | | |
| |||
0 commit comments