Our AWS has a default of 1 hour session but allows up to 12 hours. The current SessionDuration doesn't seem to collect this maximum of 12 hours, goes to null, and AWS defaults to all generated credentials to one hour.
https://github.com/prolane/samltoawsstskeys/blob/master/background/script.js#L109
It would be nice if when we set Apply the SessionDuration requested to no, an input box could pop up to set an override value or is there a better way to dynamically get the maximum SessionDuration allowed by AWS?
Our AWS has a default of 1 hour session but allows up to 12 hours. The current SessionDuration doesn't seem to collect this maximum of 12 hours, goes to null, and AWS defaults to all generated credentials to one hour.
https://github.com/prolane/samltoawsstskeys/blob/master/background/script.js#L109
It would be nice if when we set
Apply the SessionDuration requestedtono, an input box could pop up to set an override value or is there a better way to dynamically get the maximumSessionDurationallowed by AWS?