-
Notifications
You must be signed in to change notification settings - Fork 74
Tokens expire after an hour #19
Comments
Interesting, which processes are you running yourself that (from the client) require more than an hour to complete when interacting with AWS? |
Mostly analytics. |
Awesome, thanks a lot for the reference! Just right now one of my colleagues ran into this issue and the terraform state got truncated :-! |
AFAICT with PR #21 merged in this can be closed? Also @grahamjenson, PR #20 apparently broke the bats testing suite since it was not merged in before release?:
/cc @reisingerf |
You can specify I usually run this every hour. A bit annoying but not too bad. Also, tests are now passing and CircleCI is setup, so no more PRs can break tests. |
My understanding is that the session tokens last for 12 hours, but the assumerole credentials that come back only last for an hour.
Are you re-running this every hour? What do you do for processes which need more than hour to complete? For some apps I've re-written them to handle their own tokens, but how do you handle this on your team?
The text was updated successfully, but these errors were encountered: