Skip to content

v1.4.0

Choose a tag to compare

@twratl twratl released this 25 Jul 18:23
· 317 commits to main since this release
888f08f

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