AWS AmazonRDS documentation change
Summary
Clarified documentation about ALTER ROLE/SET ROLE behavior with RDS Proxy connections.
Security assessment
Technical clarification with no security implications mentioned.
Diff
diff --git a/AmazonRDS/latest/UserGuide/rds-proxy.md b/AmazonRDS/latest/UserGuide/rds-proxy.md index 18c33b945..2e9ea5489 100644 --- a//AmazonRDS/latest/UserGuide/rds-proxy.md +++ b//AmazonRDS/latest/UserGuide/rds-proxy.md @@ -205 +205 @@ The following additional limitations apply to RDS Proxy with RDS for PostgreSQL - * If you use `ALTER ROLE` or `SET ROLE` to change the user role, subsequent connections as that user to the proxy might not use this role setting, if those connections encounter pinning. To prevent this, when using proxy, use `SET ROLE` in the initialization query of the proxy. For more information, see **Initialization query** in [Creating a proxy for Amazon RDS](./rds-proxy-creating.html). + * If you use `ALTER ROLE` to change the user role with `SET ROLE`, subsequent connections as that user to the proxy might not use this role setting, if those connections encounter pinning. To prevent this, when using proxy, use `SET ROLE` in the initialization query of the proxy. For more information, see **Initialization query** in [Creating a proxy for Amazon RDS](./rds-proxy-creating.html).