Skip to content

Commit f50493a

Browse files
committed
Added instructions on how to create a secret.
1 parent 79137df commit f50493a

File tree

1 file changed

+1
-1
lines changed
  • CloudFormation/NetApp-FSxN-Custom-Resources-Samples

1 file changed

+1
-1
lines changed

CloudFormation/NetApp-FSxN-Custom-Resources-Samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ No spaces between the security group IDs. Only one is required.
9393

9494
### Step 4: Create an AWS Secret Manager Secret
9595
All of the extensions use an AWS Secrets Manager secret to obtain the credentials needed to manage the FSx for ONTAP file system.
96-
The secret should be a JSON object with the one key. The key can be named anything, but the value should be of the form `"username:passwwrd"`.
96+
The secret should be a JSON object with the one key. The key can be named anything, but the value should be of the form `"username:password"`.
9797
This allows you to use any username you want. If you want to use fsxadmin (the default admin for an FSx for ONTAP file system), then the value can be just that user's password.
9898

9999
The following command can be used to create a secret:

0 commit comments

Comments
 (0)