Skip to content

Commit d1dff65

Browse files
committed
Made it more clear how to create the secretsTable.
1 parent 16b1e22 commit d1dff65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Management-Utilities/auto_set_fsxn_auto_grow/set_fsxn_volume_auto_grow.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
# a different secret and/or keys for the username and password for each
3434
# of the FSxId.
3535
secretsTable = [
36-
{"id": "fs-0e8d9172fa545ef3b", "secretName": "fsxn-credentials", "usernameKey": "fsxn-username", "passwordKey": "fsxn-password"},
37-
{"id": "fs-020de2687bd98ccf7", "secretName": "fsxn-credentials", "usernameKey": "fsxn-username", "passwordKey": "fsxn-password"},
38-
{"id": "fs-07bcb7ad84ac75e43", "secretName": "fsxn-credentials", "usernameKey": "fsxn-username", "passwordKey": "fsxn-password"},
39-
{"id": "fs-077b5ff41951c57b2", "secretName": "fsxn-credentials", "usernameKey": "fsxn-username", "passwordKey": "fsxn-password"}
36+
{"id": "fs-0e8d9172fa5XXXXXX", "secretName": "fsxn-credentials", "usernameKey": "fsxn-username", "passwordKey": "fsxn-password"},
37+
{"id": "fs-020de2687bdXXXXXX", "secretName": "fsxn-credentials", "usernameKey": "fsxn-username", "passwordKey": "fsxn-password"},
38+
{"id": "fs-07bcb7ad84aXXXXXX", "secretName": "fsxn-credentials", "usernameKey": "fsxn-username", "passwordKey": "fsxn-password"},
39+
{"id": "fs-077b5ff4195XXXXXX", "secretName": "fsxn-credentials", "usernameKey": "fsxn-username", "passwordKey": "fsxn-password"}
4040
]
4141
#
4242
# Set the region where the secrets are stored.

0 commit comments

Comments
 (0)