AWS code-library documentation change
Summary
Added tags to key creation command for resource organization
Security assessment
Change only adds metadata tags (project/doc-smith and tutorial references) to a cryptographic key creation command. No security vulnerabilities, configurations, or features are addressed.
Diff
diff --git a/code-library/latest/ug/bash_2_payment-cryptography_code_examples.md b/code-library/latest/ug/bash_2_payment-cryptography_code_examples.md index f5deaac0b..4201d521c 100644 --- a//code-library/latest/ug/bash_2_payment-cryptography_code_examples.md +++ b//code-library/latest/ug/bash_2_payment-cryptography_code_examples.md @@ -113 +113,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