9 Commits

Author SHA1 Message Date
Jeremy Stott
d7c8067c75
Merge branch 'master' of github.com:stoggi/aws-oidc 2019-06-21 15:33:50 +12:00
Jeremy Stott
db2460d7db
Added login command to exchange temporary credentials for an AWS Console login URL
* Added login subcommand
* Updated Readme
2019-06-21 15:33:14 +12:00
Jeremy Stott
fcf101f944
Update README.md 2019-06-11 13:46:27 +12:00
Jeremy Stott
dbfc079550
Updated readme, and added example gif 2019-06-11 12:50:00 +12:00
Jeremy Stott
33405edd87
Update README.md 2019-04-24 19:17:08 +12:00
Jeremy Stott
f8a7c0986f Added TOML cofiguration file support
* configuration file located at ~/.aws-oidc/config
 * sets default parameters, but can still be overridden on the cli
 * named AuthProviders are accessible via the auth [name] command
Renamed exec command to auth. Upgraded auth command to take defaults from the config file.
Added new command exec, that puts the temporary credentials as environment variables in the specified command
Automatically append URL to end of auth command if not specified
2019-04-24 15:34:01 +12:00
Jeremy Stott
c548dcfd72 Fixed refresh token and storing in keychain.
Beginning to list roles given a clientid.
2019-04-20 23:12:20 +12:00
Jeremy Stott
3b0dd3b705 Added aws cognito example 2019-04-16 22:20:15 +12:00
Jeremy Stott
653521ed9f aws-oidc working with google and onelogin openid connect. 2019-04-11 00:08:13 +12:00