mlflow-plugin-proxy-auth/README.md

505 B

Mlflow Plugin Proxy Auth

Provides authentication to Mlflow server using Proxy-Authorization.

Usage

Clone the repo and install the package into your virtual environment.

git clone https://git.namesny.com/Mathis/mlflow-plugin-proxy-auth.git
pip install .

Set up mlflow environment variables

MLFLOW_PROXY_USERNAME=username
MLFLOW_PROXY_PASSWORD=password
MLFLOW_TRACKING_AUTH="proxy_auth_provider"