-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Include session expiration as AWS_SESSION_EXPIRATION #48
base: master
Are you sure you want to change the base?
Conversation
A use case for this: 1. Show expiration at bash prompt Requirements: 1. uprev aws-sdk-go to get ExpiresAt() call Compilation will be made via Docker to maximize reproducibility. Dependencies will be managed via Go module.
Fixes #41. I'd personally prefer if the expiration was exposed an an epoch value. Basically, I'm looking to be able to do math to decide if a refresh of the session token is needed before calling |
doc: make documentation relevant to Roadtrippers/Togo group
Rr documentation
Hey @RobinNil let me know when this is ready for another review. Just an FYI, internally at Remind we have switched a lot of our engineers from CC @jherico |
fix: specify full path to prevent infinite loop
Added missing exports.
A use case for this:
Requirements:
Compilation will be made via Docker to maximize reproducibility.
Dependencies will be managed via Go module.