You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when passing the -a or --auto-refresh after a . assume my-profile I receive the following Error key...
I'm using the latest version from a pipx install
awsume is already at latest version 4.5.4 (location: /Users/jcrosby/.local/pipx/venvs/awsume)
11:27 $
. awsume my-profile -a
[my-profile] Role credentials will expire 2024-09-11 12:27:42
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.11/bin/autoawsume", line 8, in <module>
sys.exit(main())
^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/awsume/autoawsume/main.py", line 38, in main
expiration = datetime.strptime(auto_profile['expiration'], '%Y-%m-%d %H:%M:%S')
~~~~~~~~~~~~^^^^^^^^^^^^^^
KeyError: 'expiration'
The text was updated successfully, but these errors were encountered:
when passing the
-a
or--auto-refresh
after a. assume my-profile
I receive the following Error key...I'm using the latest version from a pipx install
The text was updated successfully, but these errors were encountered: