Releases: ruimarinho/gsts
Releases · ruimarinho/gsts
v2.4.0
Changelog
- Add support for
credential_process
via--json
. The credentials will be printed to stdout in json allowing AWS tools to parse this output and use it as part of their internal authentication process. See https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sourcing-external.html for more details.
v2.3.2
Changelog
Maintenance release.
- Add missing
puppeteer-device-viewport-plugin
to package.json.
v2.3.1
Changelog
- Minor tweaks to run on node v8. This is not a future guarantee that node < 10 will continue to be supported.
- Improvements to puppeteer's stealth mode.
v2.3.0
Changelog
- Fix issue with session validation when a custom role ARN is not set
- Add an improved iframe stealth plugin to make puppeteer more resilient
v2.3.0-beta.3
Changelog
- Add workaround attempt to avoid duplicate email insertion on login page.
v2.3.0-beta.2
Changelog
- Automatically fetch new session credentials if role ARN changes
- Use more reliable method of detecting max role session duration
- Always return control to the terminal in case an unhandled rejection occurs
- Add support for AWS China and AWS GovCloud (US) ARNs
v2.3.0-beta.1
Changelog
- Allow overriding session duration. By default,
gsts
will use the IDP-provided session duration, but the role may have a customMaxSessionDuration
setting. In these situations,gsts
will attempt to fetch this property and make sure that the requestedSessionDuration
from the STS service never exceeds it. - Make daemonizer dynamically aware of program arguments
- Fix console command throwing error
v2.3.0-beta.0
v2.2.1
Changelog
- Make ARN role not found message more helpful. Previously, an unhandled error would be output.
v2.2.0
Changelog
- Add experimental support for legacy U2F (security keys).
- Make sure parent folder exists when saving credentials (e.g.
~/.aws
).