Mlflow Proxy-Authorization plugin
Go to file
LordMathis c4186d8e34 Remove duplicate version 2023-12-17 20:59:04 +01:00
.github/workflows Create initial release workflow 2023-12-17 20:49:28 +01:00
mlflow_plugin_proxy_auth Change auth env vars 2023-12-13 23:34:58 +01:00
.flake8 Initial implementation of proxy auth header 2023-12-13 22:03:07 +01:00
.gitignore Initial commit 2023-12-13 20:40:53 +00:00
LICENSE Initial commit 2023-12-13 20:40:53 +00:00
README.md Update instructions in README 2023-12-17 20:53:04 +01:00
setup.py Remove duplicate version 2023-12-17 20:59:04 +01:00

README.md

Mlflow Plugin Proxy Auth

Provides authentication to Mlflow server using Proxy-Authorization.

Usage

Install the package into your virtual environment.

pip install mlflow-plugin-proxy-auth

Set up mlflow environment variables

MLFLOW_PROXY_USERNAME=username
MLFLOW_PROXY_PASSWORD=password
MLFLOW_TRACKING_AUTH="proxy_auth_provider"