-
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.
config consolidation/removal of tech debt (#707)
* adding new shared config loading functionality * updating alert processor to use new config loading func * updates to some alert processor unit tests * updates to threat intel downloader to use new config loading func * updates to threat intel downloader unit tests * adding tests for new config loading logic * updates to athena partition refresh to use new config loading func * updates to athena partition refresh unit tests * updating unit test lambda.json config file * updates to rule processor to use new config loading func * updates to rule processor unit tests * removing unnecessary logic related to config from CLI * updating the CLIConfig class to use the shared config loading logic * fixing test failures * addressing pr feedback
- Loading branch information
1 parent
0e43516
commit e59eb90
Showing
40 changed files
with
552 additions
and
789 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
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 |
---|---|---|
|
@@ -87,4 +87,4 @@ | |
"source_current_hash": "<auto_generated>", | ||
"source_object_key": "<auto_generated>" | ||
} | ||
} | ||
} |
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
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
Oops, something went wrong.