Skip to content

Commit

Permalink
feat: add /metrcsi to _is_unprotected_routes (mlflow-oidc#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyriosGN0 authored and hahahannes committed Oct 14, 2024
1 parent 936ea5d commit 5ffe6a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlflow_oidc_auth/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def _is_unprotected_route(path: str) -> bool:
"/login",
"/callback",
"/oidc/static",
"/metrics",
)
)

Expand Down

0 comments on commit 5ffe6a3

Please sign in to comment.