We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c45ae1 commit 81bac3bCopy full SHA for 81bac3b
README.md
@@ -1,2 +1,20 @@
1
-# mlflow-plugin-proxy-auth
+# Mlflow Plugin Proxy Auth
2
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