Mlflow Proxy-Authorization plugin
Go to file
Matúš Námešný 55a1dbdcfa
Update LICENSE
2023-12-17 21:13:05 +01:00
.github/workflows Use trusted publishing 2023-12-17 21:12:18 +01:00
mlflow_plugin_proxy_auth Add docstrings 2023-12-17 21:11:36 +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 Update LICENSE 2023-12-17 21:13:05 +01:00
README.md Update README 2023-12-17 21:11:24 +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 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"