You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for Azure Managed Identities as federation providers.
Enhancements
Fall back to reduced functionality (no shell completion) when the python environment is using click<8.0.0.
Bug Fixes
If a justification for checkout/secrets viewing is provided, ensure it is <=255 characters.
Fix issue with extraction of OIDC token expiration time. Moved to jwt library to perform the token decode.
Dependencies
Switching britive dependency from a compatible version requirement to a >= requirement to capture minor updates.
britive>=2.16.0 from britive~=2.15.1
Other
Modify the error handling and reporting process to not raise click.ClickException exceptions in the safe_cli method. Instead, raise the underlying exception so a better error message is provided.
Fix issue with checkout and related commands that use the PROFILE positional argument when the one or more of the PROFILE components (application, environment, profile) have a / in the name. Caller must now properly escape any / with a \ (e.g. AWS/Dev\/Test/Admin).