Skip to content

Commit 9d8286d

Browse files
committed
Changed the way secrets are retrieved
1 parent 1b023a8 commit 9d8286d

File tree

1 file changed

+3
-3
lines changed
  • Monitoring/ingest_nas_audit_logs_into_cloudwatch

1 file changed

+3
-3
lines changed

Monitoring/ingest_nas_audit_logs_into_cloudwatch/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ Where:
7272

7373
- <accountID> - is your AWS account ID.
7474
- <region> - is the region where the FSx for ONTAP file systems are located.
75-
- <secretName> - is the name of the secret that contains the credentials for the fsxadmin accounts. Note that this
76-
resource string, through wild card characters, must include all the secrets that the Lambda function will access. Or
77-
must list each secret ARN individually.
75+
- <secretName> - is the name of the secret that contains the credentials for the fsxadmin accounts. **Note** that this
76+
resource string, through the user of wild card characters, must include all the secrets that the Lambda function will access.
77+
Or you must list each secret ARN individually.
7878

7979
Notes:
8080
- Since the Lambda function runs within your VPC it needs to be able to create and delete network interfaces.

0 commit comments

Comments
 (0)