lordmathis / mlflow-plugin-proxy-auth

Mlflow Proxy-Authorization plugin

Repository from Github https://github.comlordmathis/mlflow-plugin-proxy-authRepository from Github https://github.comlordmathis/mlflow-plugin-proxy-auth

Mlflow Plugin Proxy Auth

Provides authentication to Mlflow server using Proxy-Authorization header.

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"

About

Mlflow Proxy-Authorization plugin

License:MIT License


Languages

Language:Python 100.0%