Skip to content

Ability to further limit session duration #101

@tammersaleh

Description

@tammersaleh

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:

$ export CLUDO_DURATION=10m
$ cludo exec -- command

Should support common time units (h, m, s)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions