We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ saml2aws exec bash Adding osx helper NoCredentialProviders: no valid providers in chain. Deprecated. For verbose messaging see aws.Config.CredentialsChainVerboseErrors error validating token github.com/versent/saml2aws/cmd/saml2aws/commands.Exec /Users/markw/Code/go/src/github.com/versent/saml2aws/cmd/saml2aws/commands/exec.go:26 main.main /Users/markw/Code/go/src/github.com/versent/saml2aws/cmd/saml2aws/main.go:75 runtime.main /usr/local/Cellar/go/1.8.1/libexec/src/runtime/proc.go:185 runtime.goexit /usr/local/Cellar/go/1.8.1/libexec/src/runtime/asm_amd64.s:2197
It happens in the checkToken function. It should handle more AWS errors by going to login.
The text was updated successfully, but these errors were encountered:
bbaa9ff
fix(Exec) Also check for NoCredentialProviders error code.
0341e9c
Fixes #54
No branches or pull requests
It happens in the checkToken function. It should handle more AWS errors by going to login.
The text was updated successfully, but these errors were encountered: