AWS Security ChangesHomeSearch

AWS cloudhsm documentation change

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

File: cloudhsm/latest/userguide/quorum-auth-chsm-cli-admin.md

Summary

Updated admin login syntax with placeholders and improved command output examples

Security assessment

Enhanced command examples without addressing security vulnerabilities

Diff

diff --git a/cloudhsm/latest/userguide/quorum-auth-chsm-cli-admin.md b/cloudhsm/latest/userguide/quorum-auth-chsm-cli-admin.md
index 967b450be..78c4b1a98 100644
--- a/cloudhsm/latest/userguide/quorum-auth-chsm-cli-admin.md
+++ b/cloudhsm/latest/userguide/quorum-auth-chsm-cli-admin.md
@@ -64 +64 @@ Windows
-  2. Use the **login** command and log in to the cluster as an admin.
+  2. Using CloudHSM CLI, log in as an admin.
@@ -66 +66,9 @@ Windows
-        aws-cloudhsm>login --username admin --role admin
+        aws-cloudhsm > login --username <admin> --role admin
+    Enter password:
+    {
+      "error_code": 0,
+      "data": {
+        "username": "<admin>",
+        "role": "admin"
+      }
+    }
@@ -87 +95 @@ In the following command, `user` identifies the _service name_ for which you can
-    aws-cloudhsm > login --username <ADMIN> --role <ADMIN> --password <PASSWORD>
+    aws-cloudhsm > login --username <admin> --role admin --password <password>
@@ -91 +99 @@ In the following command, `user` identifies the _service name_ for which you can
-        "username": "admin",
+        "username": "<admin>",
@@ -259 +268,2 @@ The admin then enters the **user list** command to confirm the creation of the n
-    aws-cloudhsm > user list{
+    aws-cloudhsm > user list
+    {