diff --git a/mlflow_oidc_auth/views.py b/mlflow_oidc_auth/views.py index 98af251..f52e36d 100644 --- a/mlflow_oidc_auth/views.py +++ b/mlflow_oidc_auth/views.py @@ -152,6 +152,7 @@ def _is_unprotected_route(path: str) -> bool: "/login", "/callback", "/oidc/static", + "/metrics", ) )