This repository has been archived by the owner on Nov 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new "aws-jumpcloud rotate --all" syntax to generate credentials f…
…or all profiles (#4) * Add new "aws-jumpcloud rotate --all" syntax to generate credentials for all profiles This is useful for our `bootstrapper` project in particular which has dependencies across accounts. For example, to apply changes to Production it also needs to read exported variables in the Security account. Also includes some refactoring to let the user log into JumpCloud once while rotating more than one credential, and cleans up the code for actions with `--all` flags. Also bumps the version number. * Remove duplicate code
- Loading branch information
Showing
3 changed files
with
93 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__VERSION__ = "1.0.2" | ||
__VERSION__ = "1.0.3" |