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
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,23 @@ The security groups must allow access to the FSxN management endpoint over port
91
91
No spaces between the security group IDs. Only one is required.
92
92
-`<link_name>` is the name you want to give the link. It is also used as the name assigned to the link Lambda function.
93
93
94
-
Once you have done this, you are ready to start using the examples in this repository.
94
+
### Step 4: Create an AWS Secret Manager Secret
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"`.
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
+
99
+
The following command can be used to create a secret:
0 commit comments