-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added snovault.platform.gmail.com/access_key_admin to access_key_expi…
…ration_detection.py
- Loading branch information
1 parent
d971581
commit 748d151
Showing
3 changed files
with
3 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -9,6 +9,7 @@ Change Log | |
5.6.0 | ||
===== | ||
* Support for Python 3.12. | ||
* Added ('[email protected] ', 'access_key_admin') to checks/access_key_expiration_detection.py. | ||
|
||
|
||
5.5.0 | ||
|
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 |
---|---|---|
|
@@ -61,6 +61,7 @@ def refresh_access_keys(connection, **kwargs): | |
action = ActionResult(connection, 'refresh_access_keys') | ||
admin_keys = [('[email protected]', 'access_key_admin'), # fourfront admin | ||
('[email protected]', 'access_key_admin'), # cgap admin | ||
('[email protected] ', 'access_key_admin'), | ||
('[email protected]', 'access_key_tibanna'), | ||
('[email protected]', 'access_key_foursight')] | ||
s3 = s3_utils.s3Utils(env=connection.ff_env) | ||
|