AWS glue documentation change
Summary
Updated KMS key ARN pattern to allow empty string
Security assessment
Pattern change allows optional KMS key usage but doesn't indicate security fix. Could enable unencrypted credentials if misconfigured, but no evidence of addressing a known issue.
Diff
diff --git a/glue/latest/webapi/API_AuthenticationConfigurationInput.md b/glue/latest/webapi/API_AuthenticationConfigurationInput.md index 3facd947b..b3e809e5b 100644 --- a//glue/latest/webapi/API_AuthenticationConfigurationInput.md +++ b//glue/latest/webapi/API_AuthenticationConfigurationInput.md @@ -53 +53 @@ Type: String -Pattern: `arn:aws:kms:.*` +Pattern: `^$|arn:aws[a-z0-9-]*:kms:.*`