AWS Security ChangesHomeSearch

AWS cloudhsm documentation change

Service: cloudhsm · 2025-03-30 · Documentation low

File: cloudhsm/latest/userguide/key-quorum-auth-chsm-cli-crypto-user.md

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