Skip to content

Commit

Permalink
Added snovault.platform.gmail.com/access_key_admin to access_key_expi…
Browse files Browse the repository at this point in the history
…ration_detection.py
  • Loading branch information
dmichaels-harvard committed Jul 1, 2024
1 parent d971581 commit 748d151
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.12'
python-version: '3.11'

- name: Build
run: |
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions foursight_core/checks/access_key_expiration_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 748d151

Please sign in to comment.