Releases: britive/python-cli
Releases · britive/python-cli
v1.4.0
What's New
pybritive ssh gcp identity-aware-proxycommand - supports OS Login and SSH Instance Metadata- Command
request approve - Command
request reject - Command
ls approvals
Enhancements
- Support for
sso_idpin the tenant configuration block of the config file. Set withconfigure 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_processcached 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
- Fix dependabot alert for
requests- https://github.com/britive/python-cli/security/dependabot/4 - Fix dependabot alert for
cryptography- https://github.com/britive/python-cli/security/dependabot/5 britive>=2.20.1
Other
- None
v1.4.0rc6
v1.4.0rc4
What's New
pybritive ssh gcp identity-aware-proxycommand - supports OS Login and SSH Instance Metadata
Enhancements
- Support for
sso_idpin the tenant configuration block of the config file. Set withconfigure 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
- Fix dependabot alert for
requests- https://github.com/britive/python-cli/security/dependabot/4 - Fix dependabot alert for
cryptography- https://github.com/britive/python-cli/security/dependabot/5 britive>=2.20.0
Other
- None
1.4.0rc5
v1.4.0rc3
v1.4.0rc2
v1.4.0rc1
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
What's New
pybritive ssh aws ssm-proxycommandpybritive aws consolecommand
Enhancements
- Additional
--mode/-mvaluesconsole: checkout console access (without having to specify --console/-c`) and print the URLbrowser-mozilla: checkout console access and open a mozilla browser with the checked out URLbrowser-firefox: checkout console access and open a firefox browser with the checked out URLbrowser-windows-default: checkout console access and open a windows default browser with the checked out URLbrowser-macosx: checkout console access and open a macosx browser with the checked out URLbrowser-safari: checkout console access and open a safari browser with the checked out URLbrowser-chrome: checkout console access and open a chrome browser with the checked out URLbrowser-chromium: checkout console access and open a chromium browser with the checked out URL
- For the
checkoutcommand the option--mode/-mwith values ofbrowserandconsolenow 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
What's New
- None
Enhancements
- None
Bug Fixes
- Fix bug with
logoutcommand when no active credentials were available - Expand
--silent/-sflag to the following commandsapicache profilescheckinloginlogoutls [profiles|environments|applications|secrets]request [submit|withdraw]secret viewuser
- Fix bug when saving profile alias when the
PROFILEis only 2 parts instead of 3
Dependencies
- None
Other
- None