After running aws-sso-util login once, it successfully logs me in and I get an access token cached. However, as soon as that access token expires, aws-sso-util login will work and say that I have successfully logged in, but it wont update the token preventing me from making and api calls against my account. The only way around this is for me to manually delete the token and login again.
After running
aws-sso-util login
once, it successfully logs me in and I get an access token cached. However, as soon as that access token expires,aws-sso-util login
will work and say that I have successfully logged in, but it wont update the token preventing me from making and api calls against my account. The only way around this is for me to manually delete the token and login again.