File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ An AWS Lambda function that is designed to filter logs to remove sensitive data,
44## Provision the Lambda using Terraform
55```
66module "log-filter-mask" {
7- source = "github.com/mhd999 /aws-lambda-log-filter-mask?ref=v0.0.3"
7+ source = "github.com/telia-oss /aws-lambda-log-filter-mask?ref=v0.0.3"
88
99 source_log_group = "/aws/appsync/apis/abc"
1010 destination_log_group = "aws/sensitive/data"
@@ -20,4 +20,4 @@ module "log-filter-mask" {
2020| DESTINATION_LOG_GROUP | Name of AWS cloudwatch destination log group | aws/sensitive/data
2121| SOURCE_LOG_GROUP | Name of AWS cloudwatch source log group | aws/appsync/apis/abc
2222| SENSITIVE_WORDS | The sensitive words in logs to mask | password|"password"|new_password|"new_password"
23- | PLACEHOLDER | The value to replace the value of the senstive words with | "***** "
23+ | PLACEHOLDER | The value to replace the value of the senstive words with | "***** "
You can’t perform that action at this time.
0 commit comments