-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merging develop branch #213
Merged
Conversation
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
* Create pylint.yml * Update pylint.yml * Update pylint.yml * Create pypi.yml * Remove Travis-CI config * Added okta-aws --config feature and fixed #180 issue * Added 'switch' functionality to quickly switch between okta profiles and update credentials Co-authored-by: James Hale <[email protected]> Co-authored-by: Maxim Tacu <[email protected]>
Co-authored-by: kmpfwgn <[email protected]>
* Don't check the STS token when --force. * Correctly check STS creds when AWS profile is only given in .okta-aws. * Handle NoCredentialsError when checking existing STS credentials. Co-authored-by: Maxim Tacu <[email protected]>
…n't have to pass it at command line (#176) Co-authored-by: Jonathan Johnston <[email protected]>
Co-authored-by: Maxim Tacu <[email protected]>
* Create pylint.yml * Update pylint.yml * Update pylint.yml * Create pypi.yml * Remove Travis-CI config * Added okta-aws --config feature and fixed #180 issue * Added 'switch' functionality to quickly switch between okta profiles and update credentials Co-authored-by: James Hale <[email protected]> Co-authored-by: Maxim Tacu <[email protected]>
…n't have to pass it at command line (#176) Co-authored-by: Jonathan Johnston <[email protected]>
* Updated changelog and bumped the version for a new release (#190) * Merge latest master changes into develop * Writing session token expiration to ~/.aws/credentials
* 0.5.4 Release (#191) * Switch feature, config feature and a bugfix (#183) * Create pylint.yml * Update pylint.yml * Update pylint.yml * Create pypi.yml * Remove Travis-CI config * Added okta-aws --config feature and fixed #180 issue * Added 'switch' functionality to quickly switch between okta profiles and update credentials Co-authored-by: James Hale <[email protected]> Co-authored-by: Maxim Tacu <[email protected]> * Update packages and version bump to 0.5.3 * Update GH Action to only build tagged commits on main * Update GHA to skip building tagged commits not on main * Trying to only publish releases to PyPI * Add handler for LOCKED_OUT response status (#175) Co-authored-by: kmpfwgn <[email protected]> * Improve the initial STS credential check. (#166) * Don't check the STS token when --force. * Correctly check STS creds when AWS profile is only given in .okta-aws. * Handle NoCredentialsError when checking existing STS credentials. Co-authored-by: Maxim Tacu <[email protected]> * Show number when user is on 3-number challenge view in Okta Verify. (#171) * Fixed check_sts if you have profile in ~/.okta-aws config that you don't have to pass it at command line (#176) Co-authored-by: Jonathan Johnston <[email protected]> * Updated changelog and bumped the version for a new release (#190) Co-authored-by: Maxim Tacu <[email protected]> * fixes 188 (#189) * Switch feature, config feature and a bugfix (#183) * Create pylint.yml * Update pylint.yml * Update pylint.yml * Create pypi.yml * Remove Travis-CI config * Added okta-aws --config feature and fixed #180 issue * Added 'switch' functionality to quickly switch between okta profiles and update credentials Co-authored-by: James Hale <[email protected]> Co-authored-by: Maxim Tacu <[email protected]> * Trying to only publish releases to PyPI * Fixed check_sts if you have profile in ~/.okta-aws config that you don't have to pass it at command line (#176) Co-authored-by: Jonathan Johnston <[email protected]> Co-authored-by: James Hale <[email protected]> Co-authored-by: Maxim Tacu <[email protected]> Co-authored-by: kmpfwgn <[email protected]> Co-authored-by: kmpfwgn <[email protected]> Co-authored-by: Jim Nicholls <[email protected]> Co-authored-by: jonjohnston <[email protected]> Co-authored-by: Jonathan Johnston <[email protected]> Co-authored-by: Zaafar <[email protected]> * Bugfix for non-working factor provided by config and totp token given by `-t` argument if user has more than 1 factors Co-authored-by: Maxim Tacu <[email protected]> Co-authored-by: James Hale <[email protected]> Co-authored-by: Maxim Tacu <[email protected]> Co-authored-by: kmpfwgn <[email protected]> Co-authored-by: kmpfwgn <[email protected]> Co-authored-by: Jim Nicholls <[email protected]> Co-authored-by: jonjohnston <[email protected]> Co-authored-by: Jonathan Johnston <[email protected]> Co-authored-by: Zaafar <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merging changes and dropping develop branch for simpler review and release