Update README
This commit is contained in:
parent
3c45ae1d7b
commit
81bac3bb78
20
README.md
20
README.md
|
@ -1,2 +1,20 @@
|
||||||
# mlflow-plugin-proxy-auth
|
# Mlflow Plugin Proxy Auth
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://git.namesny.com/Mathis/mlflow-plugin-proxy-auth.git
|
||||||
|
pip install .
|
||||||
|
```
|
||||||
|
|
||||||
|
Set up mlflow environment variables
|
||||||
|
|
||||||
|
```env
|
||||||
|
MLFLOW_PROXY_USERNAME=username
|
||||||
|
MLFLOW_PROXY_PASSWORD=password
|
||||||
|
MLFLOW_TRACKING_AUTH="proxy_auth_provider"
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue