Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin not supporting static-prefix #52

Open
lguichard78 opened this issue Dec 2, 2024 · 1 comment
Open

Plugin not supporting static-prefix #52

lguichard78 opened this issue Dec 2, 2024 · 1 comment

Comments

@lguichard78
Copy link

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

@kharkevich
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants