-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extend target_ids to support AWS Organization Units (#30)
* extend target_ids to support AWS Organization Units * refactor validation of accounts & ou's Co-authored-by: Dave Connell <[email protected]> * use build_full_result instead of paginator Co-authored-by: Dave Connell <[email protected]> * minor code quality adjustments * extend ignore_ids to support ou's * fix variable naming * refactor _resolve_target_accounts() * fix variable after merging from master * adjust _gather_ignored_accounts() * add tests for wrong target/ignore id type * add test cases for targeting/ignoring ou's * make target/ignore id wrong type msg more specific Co-authored-by: [email protected] <[email protected]> Co-authored-by: Dave Connell <[email protected]>
- Loading branch information
1 parent
283513e
commit 8b2cff3
Showing
5 changed files
with
249 additions
and
64 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
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 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