Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Releases: glassechidna/awsweb

0.1.7

16 Apr 00:51
Compare
Choose a tag to compare

Changelog

19e6ad8 Zip for windows

0.1.6

08 Nov 07:27
Compare
Choose a tag to compare

Changelog

ac1add6 bump aws-sdk-go

0.1.5

08 Nov 07:15
Compare
Choose a tag to compare

Changelog

57792a7 bump awscredcache again

0.1.4

05 Nov 06:13
Compare
Choose a tag to compare

Changelog

5bd834c Switch to github ci
195177c bump awscredcache

0.1.3

10 Dec 08:33
Compare
Choose a tag to compare
  • Optionally print (rather than open) browser URL
  • Use profile name as role session name
  • Customisable emitted profile name in set command (no longer always default)

0.1.2

13 Aug 23:07
Compare
Choose a tag to compare
  • Fixed failure to detect default browser on Mac
  • Internal code reorganisation

0.1.1

13 Feb 01:20
1e11319
Compare
Choose a tag to compare
  • Uses extracted package that shares cred cache with other apps
  • Fixed Docker shell syntax
  • Added set subcommand that modifies ~/.aws files

0.1.0

19 Dec 11:09
Compare
Choose a tag to compare
  • MFA secret is now stored in ~/.aws/credentials instead of ~/.awsweb.yml
  • MFA serial number should be stored as mfa_serial key inside the source profile, not just target profile.
  • Now supports different MFA devices for different profiles - as a result of the first point.
  • Now caches MFA-authenticated credentials on disk for faster invocations and no more "token already used" errors
  • No need to unset env vars before setting new ones

0.0.9

11 Dec 10:20
Compare
Choose a tag to compare
  • Add support for Firefox. awsweb browser <profile> opens in the default browser, awsweb browser [chrome|firefox] <profile> opens in the explicitly listed one.
  • awsweb browser by itself will open the web console with the "current" (i.e. from the currently-set environment vars) credentials
  • If no profile name is passed to awsweb env, it will use the current/default credentials. Useful for docker run -it $(awsweb env --shell docker) imagename.
  • Smaller Mac binaries

0.0.8

26 Jul 02:22
Compare
Choose a tag to compare
Don't show first-run "default browser" popup (improves #3 support)