AWS payment-cryptography low security documentation change
Summary
Removed AWS account ID from example KeyArn in multiple command and response blocks
Security assessment
Consistent removal of account IDs in cryptographic operation examples mitigates potential accidental credential exposure in documentation.
Diff
diff --git a/payment-cryptography/latest/userguide/data-operations.verifyauthrequestcryptogram.md b/payment-cryptography/latest/userguide/data-operations.verifyauthrequestcryptogram.md index d69e3056e..169a4cdd6 100644 --- a//payment-cryptography/latest/userguide/data-operations.verifyauthrequestcryptogram.md +++ b//payment-cryptography/latest/userguide/data-operations.verifyauthrequestcryptogram.md @@ -82 +82 @@ If AWS Payment Cryptography is able to validate the ARQC, an http/200 is returne - --key-identifier arn:aws:payment-cryptography:us-east-2:111122223333:key/pw3s6nl62t5ushfk \ + --key-identifier arn:aws:payment-cryptography:us-east-2::key/pw3s6nl62t5ushfk \ @@ -90 +90 @@ If AWS Payment Cryptography is able to validate the ARQC, an http/200 is returne - "KeyArn": "arn:aws:payment-cryptography:us-east-2:111122223333:key/pw3s6nl62t5ushfk", + "KeyArn": "arn:aws:payment-cryptography:us-east-2::key/pw3s6nl62t5ushfk", @@ -103 +103 @@ If AWS Payment Cryptography is able to validate the ARQC, an http/200 is returne - --key-identifier arn:aws:payment-cryptography:us-east-2:111122223333:key/pw3s6nl62t5ushfk \ + --key-identifier arn:aws:payment-cryptography:us-east-2::key/pw3s6nl62t5ushfk \ @@ -113 +113 @@ If AWS Payment Cryptography is able to validate the ARQC, an http/200 is returne - "KeyArn": "arn:aws:payment-cryptography:us-east-2:111122223333:key/pw3s6nl62t5ushfk", + "KeyArn": "arn:aws:payment-cryptography:us-east-2::key/pw3s6nl62t5ushfk",