AWS cloudhsm documentation change
Summary
Updated environment variable examples to use placeholders for role and credentials
Security assessment
Sanitizes examples by removing literal credentials but does not introduce new security documentation.
Diff
diff --git a/cloudhsm/latest/userguide/cloudhsm_cli-user-replicate.md b/cloudhsm/latest/userguide/cloudhsm_cli-user-replicate.md index a051ade6e..d1ae99abe 100644 --- a/cloudhsm/latest/userguide/cloudhsm_cli-user-replicate.md +++ b/cloudhsm/latest/userguide/cloudhsm_cli-user-replicate.md @@ -28 +28 @@ The following types of users can run this command. - $ export DESTINATION_CLOUDHSM_ROLE=role + $ export DESTINATION_CLOUDHSM_ROLE=<role> @@ -30 +30 @@ The following types of users can run this command. - $ export DESTINATION_CLOUDHSM_PIN=username:password + $ export DESTINATION_CLOUDHSM_PIN=<username:password>