You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the server limits how long a session token lasts via server.targets.TARGET.aws.session_duration, the end user should be able to specify an override duration. The shorter of the two durations should be used.
While the server limits how long a session token lasts via
server.targets.TARGET.aws.session_duration
, the end user should be able to specify an override duration. The shorter of the two durations should be used.Can specify by command line flag:
$ cludo exec --duration=10m -- command
...or ENV var:
Should support common time units (
h
,m
,s
)The text was updated successfully, but these errors were encountered: