Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Releases: GuildEducationInc/aws-jumpcloud

Version 1.2.1

27 Feb 19:05
Compare
Choose a tag to compare

Changelog:

  • Fixed #12 which incorrectly required iam:ListAccountAliases permission to establish an AWS session.

Version 1.2.0

08 Jan 22:22
Compare
Choose a tag to compare

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

07 Jan 19:07
Compare
Choose a tag to compare

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

28 Dec 23:31
Compare
Choose a tag to compare

Changelog:

  • Fix bug preventing aws-jumpcloud from launching on Python 3.6.

Version 1.1.0

26 Dec 16:39
Compare
Choose a tag to compare

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

05 Dec 17:37
4887e2a
Compare
Choose a tag to compare

Changelog:

  • Adds a new option aws-jumpcloud rotate --all for refreshing temporary credentials for all existing profiles.

Version 1.0.2

26 Nov 20:24
993333b
Compare
Choose a tag to compare

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 of aws-jumpcloud itself to stderr, so you can safely pipe the child process' stdout stream elsewhere.

Version 1.0.1

16 Nov 23:50
d8492d8
Compare
Choose a tag to compare

Changelog:

  • Allow subprocesses invoked by aws-jumpcloud exec ... to inherit environment variables rather than starting with an empty environment. 🤦‍♂️

Initial release

15 Nov 21:39
1c2b0ca
Compare
Choose a tag to compare
v1.0.0

Initial implementation of aws-jumpcloud tool (#1)