Netflix / consoleme

A Central Control Plane for AWS Permissions and Access
Apache License 2.0
3.11k stars 252 forks source link

session_duration not working #9350

Closed dongho-jung closed 1 year ago

dongho-jung commented 1 year ago

Describe the bug I configured as follows by referring to here and here:

...
aws:
    ...
    session_duration: 28800
...

However if I assume role, session duration is still 3600 (I also checked them in cloudtrail)

image

To Reproduce

  1. configure aws.session_duration to 28800
  2. click Sign-in button in "AWS Console Roles" page

Expected behavior sign in the role with configured session duration

Additional context I'm using consoleme/consoleme:unstable

dongho-jung commented 1 year ago

sorry again.. there were extra indents

aws:
    ...
    session_duration: 28800

it should've been

aws:
  ...
  session_duration: 28800