AWS payment-cryptography documentation change
Summary
Removed AWS account ID from example KeyArn in MAC verification command
Security assessment
Formatting change to example ARN strings. No security-related context provided in the diff.
Diff
diff --git a/payment-cryptography/latest/userguide/verify-mac.md b/payment-cryptography/latest/userguide/verify-mac.md index 4e4bdacf3..5c76bc4f8 100644 --- a//payment-cryptography/latest/userguide/verify-mac.md +++ b//payment-cryptography/latest/userguide/verify-mac.md @@ -15 +15 @@ In this example, we will verify 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 \ @@ -24 +24 @@ In this example, we will verify 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,