Aws Okta Keyman Versions Save

AWS Okta Keyman (Key Manager) - An AWS + Okta CLI for generating and managing local AWS API keys

v0.9.0

2 years ago

v0.8.5

3 years ago
  • Fix for named profiles

v0.8.4

3 years ago
  • Fixes a bug in how the roles were referenced during selection

v0.8.3

3 years ago
* Hotfix to correct missing update to setup.py

v0.8.2

3 years ago
  • 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

4 years ago
  • 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

4 years ago
  • Add ability to specify key duration
  • Add optional AWS console login URL output
  • Update documentation
  • v0.8.0

v0.7.5

4 years ago

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

4 years ago
  • Fix selection bug
  • Simplify multiple-account role code