Skip to content

Releases: britive/python-cli

v1.4.0

25 Jul 18:23
888f08f

Choose a tag to compare

What's New

  • pybritive ssh gcp identity-aware-proxy command - supports OS Login and SSH Instance Metadata
  • Command request approve
  • Command request reject
  • Command ls approvals

Enhancements

  • Support for sso_idp in the tenant configuration block of the config file. Set with configure update tenant-<name> sso_idp <value>. This will enable automatic re-direction to your identity provider, thus eliminating a manual step when authenticating to your tenant.
  • When checking in an AWS profile remove any AWS credential_process cached credentials.
  • clear cached-aws-credentials PROFILE

Bug Fixes

  • Better handling which submitting a request to checkout a profile but a prior request has already been approved.
  • Properly catch and error when Cognito tokens have been invalidated.
  • Resolved issue with profile alias names which included uppercase and special characters.
  • Resolved an issue with checkout --mode browser-* that was not actually launching the browser.

Dependencies

Other

  • None

v1.4.0rc6

27 Jun 13:50
efd832c

Choose a tag to compare

What's New

  • None

Enhancements

  • None

Bug Fixes

  • Better handling which submitting a request to checkout a profile but a prior request has already been approved.

Dependencies

  • britive>=2.20.1

Other

  • None

v1.4.0rc4

22 Jun 18:07
7e88122

Choose a tag to compare

What's New

  • pybritive ssh gcp identity-aware-proxy command - supports OS Login and SSH Instance Metadata

Enhancements

  • Support for sso_idp in the tenant configuration block of the config file. Set with configure update tenant-<name> sso_idp <value>. This will enable automatic re-direction to your identity provider, thus eliminating a manual step when authenticating to your tenant.

Bug Fixes

  • Properly catch and error when Cognito tokens have been invalidated.

Dependencies

Other

  • None

1.4.0rc5

22 Jun 18:24
e1654fb

Choose a tag to compare

What's New

  • None

Enhancements

  • None

Bug Fixes

  • Fix bug with lowercase vs. uppercase when using tenant config attribute sso_idp.

Dependencies

  • None

v1.4.0rc3

16 May 13:10
b2f2f38

Choose a tag to compare

What's New

  • None

Enhancements

  • When checking in an AWS profile remove any AWS credential_process cached credentials.
  • cache clear cached-aws-credentials PROFILE

Bug Fixes

  • None

Dependencies

  • None

Other

  • None

v1.4.0rc2

09 May 14:53
d3830fd

Choose a tag to compare

What's New

  • None

Enhancements

  • None

Bug Fixes

  • checkout bug when no --mode/-m is provided.

Dependencies

  • None

Other

  • None

v1.4.0rc1

09 May 14:42
37b5446

Choose a tag to compare

What's New

  • Command request approve
  • Command request reject
  • Command ls approvals

Enhancements

  • None

Bug Fixes

  • Resolved issue with profile alias names which included uppercase and special characters.
  • Resolved an issue with checkout --mode browser-* that was not actually launching the browser.

Dependencies

  • britive>=2.19.0

Other

  • None

v1.3.0

28 Mar 17:27
bb4b3bf

Choose a tag to compare

What's New

  • pybritive ssh aws ssm-proxy command
  • pybritive aws console command

Enhancements

  • Additional --mode/-m values
    • console: checkout console access (without having to specify --console/-c`) and print the URL
    • browser-mozilla: checkout console access and open a mozilla browser with the checked out URL
    • browser-firefox: checkout console access and open a firefox browser with the checked out URL
    • browser-windows-default: checkout console access and open a windows default browser with the checked out URL
    • browser-macosx: checkout console access and open a macosx browser with the checked out URL
    • browser-safari: checkout console access and open a safari browser with the checked out URL
    • browser-chrome: checkout console access and open a chrome browser with the checked out URL
    • browser-chromium: checkout console access and open a chromium browser with the checked out URL
  • For the checkout command the option --mode/-m with values of browser and console now implicitly indicate that the console version of the profile should be checked out (without having to specify --console/-c)

Bug Fixes

  • None

Dependencies

  • britive>=2.18.0

Other

  • Addition of Community Projects to the README.

v1.2.2

17 Mar 13:21
ffc8082

Choose a tag to compare

What's New

  • None

Enhancements

  • None

Bug Fixes

  • Fix bug with logout command when no active credentials were available
  • Expand --silent/-s flag to the following commands
    • api
    • cache profiles
    • checkin
    • login
    • logout
    • ls [profiles|environments|applications|secrets]
    • request [submit|withdraw]
    • secret view
    • user
  • Fix bug when saving profile alias when the PROFILE is only 2 parts instead of 3

Dependencies

  • None

Other

  • None

v1.2.1

14 Mar 17:06
239ebea

Choose a tag to compare

What's New

  • None

Enhancements

  • None

Bug Fixes

  • api command shell completion fixed - dynamic sourcing of method values and options from the Britive Python SDK.

Dependencies

  • britive>=2.17.0

Other

  • None