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
{{ message }}
This repository was archived by the owner on Sep 30, 2020. It is now read-only.
I am mostly using "afp write" since I need credentials in my IDE and several open shell windows. Often commands (such as DataWario) fail late when there are expired credentials, so I want to avoid that situation.
I am currently working[1] on a small feature which uses python TK (TKinter) to show a count-down of validity for credentials in a small window which I can place whereever I want on my screen. The window shall have:
a display of remaining time in minutes (with red background when the time is < 5 minutes)
a button to delete credentials from .aws (end session)
a button to get fresh credentials to write to .aws (prolong session)
I am adding this issue so anyone can give feedback before I spend too much time on it.
Also, I only test on Ubuntu and would be happy about people testing it on Mac (and possibly further OS's).