This repository has been archived by the owner on Nov 2, 2022. It is now read-only.
Releases: GuildEducationInc/aws-jumpcloud
Releases · GuildEducationInc/aws-jumpcloud
Version 1.2.1
Changelog:
- Fixed #12 which incorrectly required
iam:ListAccountAliases
permission to establish an AWS session.
Version 1.2.0
Changelog:
- Add a new command,
export
, which prints the credentials as shell variable export statements. Useful for scripting other tools that can't be run through a wrapper.
Version 1.1.2
Changelog:
- Custom error message when the JumpCloud SSO response is missing a
SAMLResponse
(which likely means that your profile points to the wrong SSO URL) - Add instructions to use a HomeBrew tap to install
Version 1.1.1
Changelog:
- Fix bug preventing
aws-jumpcloud
from launching on Python 3.6.
Version 1.1.0
Changelog:
- Now released as open source under the MIT license!
- Uses the
SessionDuration
attribute from JumpCloud settings to dynamically set the timespan for temporary credentials, rather than being hard-coded to an hour.
Version 1.0.3
Changelog:
- Adds a new option
aws-jumpcloud rotate --all
for refreshing temporary credentials for all existing profiles.
Version 1.0.2
Changelog:
- Don't prompt the user for input (email, password, MFA code) when stdout is piped to a file or another process.
- When running
aws-jumpcloud exec ...
, send the output ofaws-jumpcloud
itself to stderr, so you can safely pipe the child process' stdout stream elsewhere.
Version 1.0.1
Changelog:
- Allow subprocesses invoked by
aws-jumpcloud exec ...
to inherit environment variables rather than starting with an empty environment. 🤦♂️
Initial release
v1.0.0 Initial implementation of aws-jumpcloud tool (#1)