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
fix(security): permit /api/health unauthenticated for k8s probes
Adds /api/health to the permitAll() block alongside /api/runtime-config
so Kubernetes liveness/readiness probes can reach it without a session.
Also adds the matching CSRF exemption to the ldap, ad, and oidc auth
paths (local already had it).
closes#124
0 commit comments