This repository was archived by the owner on Dec 26, 2022. It is now read-only.
Releases: glassechidna/awsweb
Releases · glassechidna/awsweb
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
- Optionally print (rather than open) browser URL
- Use profile name as role session name
- Customisable emitted profile name in
set
command (no longer alwaysdefault
)
0.1.2
- Fixed failure to detect default browser on Mac
- Internal code reorganisation
0.1.1
- Uses extracted package that shares cred cache with other apps
- Fixed Docker shell syntax
- Added
set
subcommand that modifies ~/.aws files
0.1.0
- 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
- 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 fordocker run -it $(awsweb env --shell docker) imagename
. - Smaller Mac binaries
0.0.8
Don't show first-run "default browser" popup (improves #3 support)