If I run aws-vault list, I see several open sessions. But I'm not sure where these sessions are being loaded from.
I would love a way to clear those sessions but dont know how
The sessions should be timed out, you can forcefully remove them with aws-vault rm myprofile ----sessions-only.
Great.
that worked just fine.
Any idea they were left there for so long?
It's normal, they will be expired anyway. We should garbage collect them
anyway.
On 13 June 2017 at 11:07:23 pm, Fernando Miguel ([email protected])
wrote:
Great.
that worked just fine.Any idea they were left there for so long?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/99designs/aws-vault/issues/125#issuecomment-308109581,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAA9jkUmlzxvIu91AQc_2bVj700d0sezks5sDomLgaJpZM4Nwwsm
.
Pedantic correction for later copy-pasting people:
aws-vault rm myprofile --sessions-only
Most helpful comment
The sessions should be timed out, you can forcefully remove them with
aws-vault rm myprofile ----sessions-only.