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.
v0.11.0 - 2026-07-31
Breaking Changes
Replaced the old auth.type + auth.settings configuration format with provider-specific sections: auth.basic, auth.ldap, auth.proxy, auth.entra_id and auth.oauth.
Basic auth users now live under auth.basic.users; LDAP settings now live under auth.ldap; trusted proxy, Microsoft Entra ID and generic OAuth/OIDC are separate provider sections.
Security
Added configurable YAML RBAC policies backed by Casbin for backend API authorization.
Added per-cluster RBAC objects and feature-oriented permissions for Cerebro actions.
Added profile page visibility for authenticated user, groups, roles and effective permissions.
Added multi-user basic authentication with backend-only password storage.
Added bcrypt password hashing for basic authentication checks.
Added session max lifetime, idle timeout and cookie max-age controls.
Added LDAP group discovery for RBAC bindings and LDAPS e2e coverage.
Added trusted proxy authentication for oauth2-proxy and similar reverse proxies.