-
Notifications
You must be signed in to change notification settings - Fork 334
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[lambda][output] output processor modular updates
[cli] restricting colon characters along with spaces in user input for service descriptors [cli] migrating some code from the runner to the new outputs file for the cli [rules][testing] updating rules to conform to new outputs configuration style. also updating tests to go with this change [lambda][alert] remove encrypted_credentials folder [tf] fix bug in streamalert.secrets iam policy [lambda][rule] send a single alert to SNS without wrapping in a list [lambda] bug fixes: make it work * load the outputs.json config * package in the conf directory * load the conf * read s3 buckets from the conf * fix bugs in request helper * more [lambda][output] masking slack url during input and restricting the use of colons (:) in unmasked input [lambda][output][cli] fixing various nits
- Loading branch information
1 parent
f95a0b8
commit 3afa054
Showing
14 changed files
with
214 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
{ | ||
"aws-s3": { | ||
"sample.bucket": "sample_bucket_arn" | ||
}, | ||
"pagerduty": [ | ||
"sample_integration" | ||
], | ||
"phantom": [ | ||
"sample_integration" | ||
], | ||
"slack": [ | ||
"sample_channel" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.