gsts
gsts copied to clipboard
Obtain and store AWS STS credentials to interact with Amazon services by authenticating via G Suite SAML.
Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.4.3 to 0.4.4. Release notes Sourced from jpeg-js's releases. v0.4.4 v0.4.4 (2022-06-07) feat: add comment tag encoding (#87) (13e1ffa), closes #87 fix: validate sampling factors (#106) (9ccd35f),...
Several of our users have reported this issue and now it's happening for me as well. Maybe due to a brew update/upgrade? Not sure at what point it broke, since...
Hi @ruimarinho, my company is using Okta integrated with our Google services. This causes gsts to invalidate requests made to Okta resources and the authentication process gets stuck. As a...
Using the aws config file for the google config helps with managing many profiles that assume a different role each. Rather than having to remember the role arns for different...
``` --aws-shared-credentials-file AWS shared credentials file [default: "/Users/ruimarinho/.aws/credentials"] ``` This argument enables us to specify a credentials path for gsts to use. I'm confused as to why it globbers the...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
I use WSL, so GUI support is clunky. I got it to work, but I would like to be able to just copy the authentication URL into my native browser...
We have a user on macOS Monterey that is unable to initiate the headless chrome browser: ``` $ gsts --version 4.0.1 ``` ``` $ gsts --clean --idp-id=REDACTED --sp-id=REDACTED --verbose ℹ...
We are unable to refresh tokens automatically if the session is expired. I created a new profile, test123, copy/pasted it, and it worked just fine. The workaround is to run...