AWS secretsmanager documentation change
Summary
Added example outputs for SCRAM-SHA-256 authentication support in rotation functions
Security assessment
Documents support for modern authentication protocol (SCRAM-SHA-256) which enhances security, but doesn't address a specific active vulnerability.
Diff
diff --git a/secretsmanager/latest/userguide/troubleshoot_rotation.md b/secretsmanager/latest/userguide/troubleshoot_rotation.md index a4fd7d04b..2d8dadbd1 100644 --- a//secretsmanager/latest/userguide/troubleshoot_rotation.md +++ b//secretsmanager/latest/userguide/troubleshoot_rotation.md @@ -203,0 +204,8 @@ If your database is Aurora PostgreSQL version 13 or later and uses `scram-sha-25 + * Output for a rotation function that supports `scram-sha-256`: + +`0x000000000000001d (RUNPATH) Library runpath: [/local/p4clients/pkgbuild- a1b2c /workspace/build/PostgreSQL/PostgreSQL-14.x_client_only. 123456 .0/AL2_x86_64/DEV.STD.PTHREAD/build/private/tmp/brazil-path/build.libfarm/lib:/local/p4clients/pkgbuild- a1b2c /workspace/src/PostgreSQL/build/private/install/lib]` + + * Output for a rotation function that supports `scram-sha-256`: + +`0x000000000000001d (RUNPATH) Library runpath: [/local/p4clients/pkgbuild- a1b2c/workspace/build/PostgreSQL/PostgreSQL- 14.x_client_only.123456.0/AL2_x86_64/DEV.STD.PTHREAD/build/private/tmp/brazil- path/build.libfarm/lib:/local/p4clients/pkgbuild- a1b2c/workspace/src/PostgreSQL/build/private/install/lib]` +