allegroai / clearml-server

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Other
381 stars 131 forks source link

Add mongo username and password authentication #162

Closed west789 closed 1 year ago

west789 commented 2 years ago

this pr Add mongo username and password authentication For example mongo's username: tom Password: 123456 replicaSet: rs0 Corresponding to the three added environment variables: OVERRIDE_MONGO_USERNAME_ENV_KEY = "CLEARML_MONGODB_SERVICE_USERNAME" OVERRIDE_MONGO_PASSWORD_ENV_KEY = "CLEARML_MONGODB_SERVICE_PASSWORD" OVERRIDE_MONGO_QUERY_ENV_KEY = "CLEARML_MONGODB_SERVICE_QUERY" will connect to mongodb:tom:123456@127.0.0.1:27017/backend?replicaSet=rs0

jkhenning commented 1 year ago

Hi @west789,

Sorry, missed this 🙁 Thanks for the PR!