AWS payment-cryptography documentation change
Summary
Updated example ARN by removing AWS account ID placeholder (111122223333) from key identifier
Security assessment
Standardization of example ARN format without account ID. No evidence this addresses a security vulnerability or adds security documentation.
Diff
diff --git a/payment-cryptography/latest/userguide/generate-mac.md b/payment-cryptography/latest/userguide/generate-mac.md index 8027ab440..db3e47314 100644 --- a//payment-cryptography/latest/userguide/generate-mac.md +++ b//payment-cryptography/latest/userguide/generate-mac.md @@ -15 +15 @@ In this example, we will generate a HMAC (Hash-Based Message Authentication Code - --key-identifier arn:aws:payment-cryptography:us-east-2:111122223333:key/qnobl5lghrzunce6 \ + --key-identifier arn:aws:payment-cryptography:us-east-2::key/qnobl5lghrzunce6 \ @@ -23 +23 @@ In this example, we will generate a HMAC (Hash-Based Message Authentication Code - "KeyArn": "arn:aws:payment-cryptography:us-east-2:111122223333:key/qnobl5lghrzunce6, + "KeyArn": "arn:aws:payment-cryptography:us-east-2::key/qnobl5lghrzunce6,