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
Hi
My mlflow server is behind a reverse proxy, I need to start it with "--static-prefix" option : mlflow server --app-name oidc-auth --host=0.0.0.0 --port=8080 --backend-store-uri=sqlite:/// --default-artifact-root=./mlruns --serve-artifacts --static-prefix=/mlflow
But then, the mlflow-oidc-auth plugin seems to be bypassed and browsing to http://localhost/mlflow leads to the normal mlflow, without any authentication.
Am I doing something wrong ?
Thanks
The text was updated successfully, but these errors were encountered:
hi @lguichard78,
You absolutely right,
unfortunately, plugin is not support prefix yet, we plan it to support after migration to latest angular version, not earlier
Hi
My mlflow server is behind a reverse proxy, I need to start it with "--static-prefix" option :
mlflow server --app-name oidc-auth --host=0.0.0.0 --port=8080 --backend-store-uri=sqlite:/// --default-artifact-root=./mlruns --serve-artifacts --static-prefix=/mlflow
But then, the mlflow-oidc-auth plugin seems to be bypassed and browsing to http://localhost/mlflow leads to the normal mlflow, without any authentication.
Am I doing something wrong ?
Thanks
The text was updated successfully, but these errors were encountered: