AWS glue high security documentation change
Summary
Modified KMS ARN pattern validation to require 'arn:aws:kms:' prefix
Security assessment
Tightened ARN validation pattern to enforce proper KMS encryption configuration, preventing potential misconfigurations.
Diff
diff --git a/glue/latest/webapi/API_AuthenticationConfiguration.md b/glue/latest/webapi/API_AuthenticationConfiguration.md index 1afa0335b..b068539fe 100644 --- a//glue/latest/webapi/API_AuthenticationConfiguration.md +++ b//glue/latest/webapi/API_AuthenticationConfiguration.md @@ -31 +31 @@ Type: String -Pattern: `^$|arn:aws[a-z0-9-]*:kms:.*` +Pattern: `arn:aws:kms:.*`