AWS Security ChangesHomeSearch

AWS glue documentation change

Service: glue · 2025-05-25 · Documentation medium

File: glue/latest/webapi/API_AuthenticationConfiguration.md

Summary

Added KmsKeyArn field documentation for encrypting authentication credentials

Security assessment

Documents encryption capability for sensitive data using KMS. Enhances security documentation but doesn't indicate resolution of a specific vulnerability.

Diff

diff --git a/glue/latest/webapi/API_AuthenticationConfiguration.md b/glue/latest/webapi/API_AuthenticationConfiguration.md
index 312016a95..1afa0335b 100644
--- a//glue/latest/webapi/API_AuthenticationConfiguration.md
+++ b//glue/latest/webapi/API_AuthenticationConfiguration.md
@@ -23,0 +24,11 @@ Required: No
+**KmsKeyArn**
+    
+
+The Amazon Resource Name (ARN) of the KMS key used to encrypt sensitive authentication information. This key is used to protect credentials and other sensitive data stored within the authentication configuration.
+
+Type: String
+
+Pattern: `^$|arn:aws[a-z0-9-]*:kms:.*`
+
+Required: No
+