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
api: we made some internal changes to the loft authentication mechanism, where access keys are now a CRD instead of being saved within a secret. A new access key is created for each session and each session is now displayed in the 'Profile > Access Keys' view. This change fixes several issues with OIDC related logins, where token invalidation was slow and changes in the identity provider would sometimes not reflect to loft. Migration of old access keys into new ones should be completely automatic.
cli: deprecation of flag --username in loft login, you now only need --access-key to log into loft via CLI
api: kiosk was updated to version v0.2.0 and loft now supports template parameters
ui: loft will redirect you after login to the original requested path if you were not authenticated
ui: added new input field to enter vcluster version
vcluster: fixed an issue where fieldPath spec.serviceAccountName was resolving the wrong service account name