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
This is a patch release containing a bug fix (thanks @Szasza) to use the correct STS client instance when the force refresh flag is used. It also contains a couple dependency updates.
Added --min-remaining flag which is basicly a pre-emptive credential refresh. In some situations (ie when used with terraform apply) it may be convenient to be able to ensure credentials are good for at least N seconds in the future. This way we don't end up with a partially complete terraform apply operation and abandoned locks when our credentials expire mid apply.