Skip to content

Commit

Permalink
add /metrcsi to _is_unprotected_routes
Browse files Browse the repository at this point in the history
  • Loading branch information
KyriosGN0 committed Apr 28, 2024
1 parent 9fb28d9 commit 426ab9d
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 426ab9d

Please sign in to comment.