-
Notifications
You must be signed in to change notification settings - Fork 224
Export session expiration timestamp as environment variable #190
Comments
Yep, those are good ideas. PRs appreciated :) Do you think Minor detail: I think maybe |
|
Also, should we print the same info for the Okta session on a separate line? I'm not sure if that would be too noisy or not. Maybe when debug is on? |
I'm also happy to submit a PR for this as soon as I have the time. |
@timoguin you're my new favourite. |
I think stick it all in debug-level for now, to get it shipped. We can promote later |
This issue has been automatically marked |
Closed by #230. The
|
Since the expiration timestamps from the STS sessions are available in the session cache, it would be nice to provide them as environment variables to the subshell, something like
AWS_SESSION_EXPIRATION
perhaps. It would also be nice if the CLI printed how much time was left in the session to stderr.The text was updated successfully, but these errors were encountered: