Skip to content

Commit 81bac3b

Browse files
committed
Update README
1 parent 3c45ae1 commit 81bac3b

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
# mlflow-plugin-proxy-auth
1+
# Mlflow Plugin Proxy Auth
22

3+
Provides authentication to Mlflow server using [Proxy-Authorization](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Proxy-Authorization).
4+
5+
## Usage
6+
7+
Clone the repo and install the package into your virtual environment.
8+
9+
```
10+
git clone https://git.namesny.com/Mathis/mlflow-plugin-proxy-auth.git
11+
pip install .
12+
```
13+
14+
Set up mlflow environment variables
15+
16+
```env
17+
MLFLOW_PROXY_USERNAME=username
18+
MLFLOW_PROXY_PASSWORD=password
19+
MLFLOW_TRACKING_AUTH="proxy_auth_provider"
20+
```

0 commit comments

Comments
 (0)