Skip to content
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

Ability to further limit session duration #101

Open
tammersaleh opened this issue Jan 20, 2022 · 0 comments
Open

Ability to further limit session duration #101

tammersaleh opened this issue Jan 20, 2022 · 0 comments
Labels
feature New feature

Comments

@tammersaleh
Copy link
Member

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)

@spkane spkane added the feature New feature label Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants