-
Notifications
You must be signed in to change notification settings - Fork 74
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
aws-console browser session logs out too soon, not sure if aws-console is to blame #450
Comments
@LinguineCode If AssumeRole is used, then the console sessions will be limited to 12 hours(default action). Please check your permission settings. |
Thank you @khmoryz for the prompt reply. What permission settings should I be checking? Is it a configuration for FYI, I launch a browser session at my CLI using this: AWS_PROFILE=myprofilename aws-console
|
This is the expected behavior, since we are using the sign-in URI |
Thanks @ericzbeard , I can also say that the browser logs me out way less than 60 minutes. I didn't use a stopwatch, but it feels like it may be 30 minutes. Although I don't have an exact timing I can say with 100% certainty it's less than <60 minutes |
@LinguineCode All You may be able to find something by running the getSigninToken action yourself using the following document as a reference and checking whether it behaves the same way. Also, if you are using SSO, the session duration of the profile may be set to a short period. Ask the SSO administrator how many seconds the session duration is set to. |
Hello, I installed aws-console via
brew install aws-console
. I'm honestly not familiar with the rest of thisrain
repository. I read a tip on stackoverflow(iirc?) to tryaws-console
in leiu of browser extensions/plugins, and I've been using it daily since then. I can't quite tell if theaws-console
feature has first-level support. It's not mentioned in the README or anything. But it has its ownbrew
formula, so there's thatMy question: My browser sessions time out very quickly. I'm not sure if
aws-console
is to blame, or something else. Can you give any insight?The text was updated successfully, but these errors were encountered: