AWS AmazonRDS documentation change
Summary
Added reference link to Trusted Language Extensions hooks documentation including client authentication hook
Security assessment
The change adds documentation about client authentication hooks, which are security-related features, but there's no evidence of addressing a specific security vulnerability.
Diff
diff --git a/AmazonRDS/latest/UserGuide/PostgreSQL_trusted_language_extension-hooks-reference.md b/AmazonRDS/latest/UserGuide/PostgreSQL_trusted_language_extension-hooks-reference.md index af5ebf9c1..853da2d9c 100644 --- a//AmazonRDS/latest/UserGuide/PostgreSQL_trusted_language_extension-hooks-reference.md +++ b//AmazonRDS/latest/UserGuide/PostgreSQL_trusted_language_extension-hooks-reference.md @@ -11 +11 @@ Trusted Language Extensions for PostgreSQL supports PostgreSQL hooks. A _hook_ i -View the following documentation to learn about the passcheck hook available for your TLE extensions. +View the following documentation to learn about the passcheck hook available for your TLE extensions. To learn more about the available hooks including the client authentication hook, see [Trusted Language Extensions hooks](https://github.com/aws/pg_tle/blob/main/docs/04_hooks.md).