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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's New
Support for OpenShift checkout modes os-oclogin and os-ocloginexec. These checkout modes will perform the OIDC authorization code grant flow and extraction of the oc login command in code vs. having to use the browser. It is a "best effort" approach as the OpenShift login pages and programmatic access pages could change over time.
Enhancements
Adds 3 part profile name for command ls profiles -f json - #141
Bug Fixes
Fixes issue with --force-renew on checkout not providing the --console flag properly to checkin
Flag -p was being used by --maxpolltime and --passphrase for command checkout. Switched --maxpolltime to -x.
Dependencies
britive>=2.24.0rc5
Removal of pkg_resources dependency
Other
Documentation updates for --federation-provider and spacelift