Commit Graph

  • 49ce9d5433 Return an error if executing the browser command fails master v0.0.4 lordwelch 2020-12-06 12:08:29 -08:00
  • 82c601df7d Remove release command v0.0.3 lordwelch 2020-12-06 11:12:56 -08:00
  • cfb25ee268 Update import paths v0.0.2 lordwelch 2020-12-05 21:56:03 -08:00
  • ae5f06816f Give the http server its own Mux v0.0.1 lordwelch 2020-08-07 14:15:21 -07:00
  • dd6ec82cba Detach the command to open the url so the http server can start lordwelch 2020-08-07 14:11:33 -07:00
  • 81f4ab46c7 go vet: fix error handling issues lordwelch 2020-08-07 14:07:23 -07:00
  • d7c8067c75
    Merge branch 'master' of github.com:stoggi/aws-oidc Jeremy Stott 2019-06-21 15:33:50 +12:00
  • db2460d7db
    Added login command to exchange temporary credentials for an AWS Console login URL Jeremy Stott 2019-06-21 15:26:44 +12:00
  • fcf101f944
    Update README.md Jeremy Stott 2019-06-11 13:46:27 +12:00
  • dbfc079550
    Updated readme, and added example gif Jeremy Stott 2019-06-11 12:50:00 +12:00
  • 6b4cfa3d05 Shutdown server after two minutes of inactivity adrienperonnet 2019-04-26 23:09:01 +12:00
  • 44a6d7756d cleaner import adrienperonnet 2019-04-26 23:06:20 +12:00
  • d89e7abfb4 fix case adrienperonnet 2019-04-26 23:05:52 +12:00
  • 00ec3b1ad5 Fix error in logic handling adrienperonnet 2019-04-26 23:03:46 +12:00
  • a801ac49c7 Add TODO to drop prividges to avoid escalation adrienperonnet 2019-04-26 23:01:21 +12:00
  • 45d95c2619 Pass by value when possible & refresh can be private adrienperonnet 2019-04-26 22:31:50 +12:00
  • 143f5deb99 Empty slice declaration via literal adrienperonnet 2019-04-26 22:23:02 +12:00
  • f39e475590
    Add MIT license Jeremy Stott 2019-04-25 20:56:55 +12:00
  • 33405edd87
    Update README.md Jeremy Stott 2019-04-24 19:17:08 +12:00
  • 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 Jeremy Stott 2019-04-24 15:34:01 +12:00
  • c548dcfd72 Fixed refresh token and storing in keychain. Beginning to list roles given a clientid. Jeremy Stott 2019-04-20 23:12:20 +12:00
  • 3c2e58c93e Store the whole oauth2 token content in keychain adrienperonnet 2019-04-18 15:36:38 +12:00
  • b11fe5c66f Add keychain support for jwt caching adrienperonnet 2019-04-18 14:46:43 +12:00
  • 6622205179 Switch back to using AssumeRoleWithWebIdentity Jeremy Stott 2019-04-18 13:48:19 +12:00
  • 1344edfad5 add test account config adrienperonnet 2019-04-17 15:26:18 +12:00
  • a9043f91bc Switch to localhost for testing Jeremy Stott 2019-04-17 09:53:59 +12:00
  • 3b0dd3b705 Added aws cognito example Jeremy Stott 2019-04-16 22:20:15 +12:00
  • 33731ab51e Updated to use AWS cognito, including retrieivng credentials with get-credentials-for-identity. Jeremy Stott 2019-04-16 22:14:53 +12:00
  • b4ce982c35 First cut of invoking lambda to assume role Jeremy Stott 2019-04-16 09:21:39 +12:00
  • 0235ceaa79 Add groups claim Jeremy Stott 2019-04-15 23:36:11 +12:00
  • 653521ed9f aws-oidc working with google and onelogin openid connect. Jeremy Stott 2019-04-11 00:08:13 +12:00