mlflow-plugin-proxy-auth/README.md

21 lines
500 B
Markdown
Raw Normal View History

2023-12-17 19:22:50 +00:00
# Mlflow Plugin Proxy Auth
2023-12-13 20:40:53 +00:00
2023-12-17 19:22:50 +00:00
Provides authentication to Mlflow server using [Proxy-Authorization](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Proxy-Authorization).
## Usage
Clone the repo and install the package into your virtual environment.
```
2023-12-17 19:28:59 +00:00
git clone https://github.com/LordMathis/mlflow-plugin-proxy-auth
2023-12-17 19:22:50 +00:00
pip install .
```
Set up mlflow environment variables
```env
MLFLOW_PROXY_USERNAME=username
MLFLOW_PROXY_PASSWORD=password
MLFLOW_TRACKING_AUTH="proxy_auth_provider"
```