AWS cloudhsm documentation change
Summary
Updated username example with placeholder syntax
Security assessment
Demonstrates secure practice of avoiding hardcoded credentials in examples
Diff
diff --git a/cloudhsm/latest/userguide/key-quorum-auth-chsm-cli-crypto-user.md b/cloudhsm/latest/userguide/key-quorum-auth-chsm-cli-crypto-user.md index 873deaad2..519618de0 100644 --- a/cloudhsm/latest/userguide/key-quorum-auth-chsm-cli-crypto-user.md +++ b/cloudhsm/latest/userguide/key-quorum-auth-chsm-cli-crypto-user.md @@ -53 +53 @@ Windows - aws-cloudhsm > login --username crypto_user1 --role crypto-user --password password123 + aws-cloudhsm > login --username <crypto_user1> --role crypto-user --password password123