AWS code-library documentation change
Summary
Added tagging to Payment Cryptography key creation command
Security assessment
Change adds resource tagging for organizational purposes. No security vulnerability is addressed nor are security features documented.
Diff
diff --git a/code-library/latest/ug/payment-cryptography_example_payment_cryptography_GettingStarted_067_section.md b/code-library/latest/ug/payment-cryptography_example_payment_cryptography_GettingStarted_067_section.md index 576a83494..5219ab586 100644 --- a//code-library/latest/ug/payment-cryptography_example_payment_cryptography_GettingStarted_067_section.md +++ b//code-library/latest/ug/payment-cryptography_example_payment_cryptography_GettingStarted_067_section.md @@ -99 +99,2 @@ There's more on GitHub. Find the complete example and learn how to set up and ru - --key-attributes KeyAlgorithm=TDES_2KEY,KeyUsage=TR31_C0_CARD_VERIFICATION_KEY,KeyClass=SYMMETRIC_KEY,KeyModesOfUse='{Generate=true,Verify=true}' 2>&1); then + --key-attributes KeyAlgorithm=TDES_2KEY,KeyUsage=TR31_C0_CARD_VERIFICATION_KEY,KeyClass=SYMMETRIC_KEY,KeyModesOfUse='{Generate=true,Verify=true}' \ + --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-payment-cryptography-gs 2>&1); then