You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CloudFormation/NetApp-FSxN-Custom-Resources-Samples/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ No spaces between the security group IDs. Only one is required.
93
93
94
94
### Step 4: Create an AWS Secret Manager Secret
95
95
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"`.
97
97
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.
98
98
99
99
The following command can be used to create a secret:
0 commit comments