Skip to content

Releases: nathan-v/aws_okta_keyman

v0.9.0 - Fix Duo Web, Consistent user agent, Dropped old Python

09 Mar 20:44
4f47670
Compare
Choose a tag to compare
  • Fixes #64: Duo Web Failing
  • Fixes #121: Use a consistent user agent
  • Moves to using Black for formatting
  • Adds pre-commit hooks
  • Adds isort hook
  • Adds testing for Python 3.10
  • Corrects the supported versions list in setup.py
  • Removes remaining Python. 2.x cruft
  • Move to f-strings everywhere
  • Start preparing for typing
  • Improve/update CI
  • Drops support for Python 2.7 and 3.5
  • Adds support for Python 3.10

v0.8.6 - Session duration fix, Okta full URL support

12 Feb 00:42
7a8cd49
Compare
Choose a tag to compare
  • Fix spelling errors (including #96)

  • Session duration bug (#80)

  • Add Okta full URL support (#65 and #82)

  • Version bump

v0.8.5 - Fixed named profiles

26 Aug 21:06
9e30f86
Compare
Choose a tag to compare
  • Fix for named profiles

v0.8.4 - Bugfix for role selection

21 Jul 20:10
a14e0b2
Compare
Choose a tag to compare
  • Fixes a bug in how the roles were referenced during selection

v0.8.3 - Correct missed change in setup.py

14 Jul 23:20
9dee43b
Compare
Choose a tag to compare
* Hotfix to correct missing update to setup.py

v0.8.2 - Account and Role selection options, improvements to logging, dependency update

14 Jul 22:37
Compare
Choose a tag to compare
  • Support --account and --role to choose the account or role
  • Update coverage to 5.2
  • Entry point moved to main.py to make local development simpler
  • Logger setup moved to main.py to make use of Keyman as a lib simpler
  • Added PR template

v0.8.1 - February 2020 update; minor bug fixes, documentation update, update/fix requirements, self-update option

28 Feb 18:46
52985c2
Compare
Choose a tag to compare
  • Properly handle boto profile errors caused by invalid AWS_DEFAULT_PROFILE settings
  • Properly handle case where user has zero AWS apps in Okta
  • Bump version to 0.8.1
  • Update documentation
  • Add versions to test dependencies
  • Move from bs4 (incorrect) to beautifulsoup4
  • Add update argument that checks for a new version and upgrades (pip or brew) if a newer version is available

v0.8.0 - Specified key duration, console login URLs,

15 Jan 22:27
9976d78
Compare
Choose a tag to compare
  • Add ability to specify key duration
  • Add optional AWS console login URL output
  • Update documentation
  • v0.8.0

v0.7.5 - Add region parameter, screen only output option, command wrapper, bug fixes

10 Jan 23:49
5b8697e
Compare
Choose a tag to compare

Add region parameter, screen only output option, command wrapper, bug fixes, v0.7.5

  • Add optional region parameter which enables use with GovCloud
  • Add screen only output for cases where the credentials may need to be copied to another locaiton for use
  • Add command wrapper allowing keyman to execute another command for you with the AWS credential env vars provided to the command
  • Fix crash in case where ~/.config or a specified config file path does not exist
  • Minor code improvements
  • Fix user input to trim leading and trailing whitespace
  • Version bump to 0.7.5

v0.7.4 - Fix role selection bug for multiaccount cases

22 Nov 21:33
373d938
Compare
Choose a tag to compare
  • Fix selection bug
  • Simplify multiple-account role code