Skip to content

ddl-wadkars/mlflow-external-auth-side-car

Repository files navigation

How do I run this proxy

  • Start the proxy on port 8000 (default port). Make sure to add your field registry endpoint.
#Ex. Do not forget the trailing slash
#export MLFLOW_TRACKING_URI=http://localhost:8204/
export MLFLOW_TRACKING_URI="${MLFLOW_TRACKING_URI:-https://myfield_registry.com/}"
export MLFLOW_PORT="${MLFLOW_PORT:-8000}"
python src/mlflow-auth-proxy.py $MLFLOW_TRACKING_URL $MLFLOW_PORT
  • Run a MLFLow Client code
python src/mlflow-test.py
  • Access the MLFlow UI

About

Validate all mlflow access using a side-car

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published