Hi All , I am trying to use Azure cosmos Mongo DB ...
# ask-questions
i
Hi All , I am trying to use Azure cosmos Mongo DB with growthbook running in AKS cluster , I dont want to pass full connection string , Can anyone please suggest what is the recommended way to use cosmos DB with growthbook.
f
you don’t want to provide the full connection string?
i
basically we dont want to give username and password in string as env , so i am looking for any other alternate option if possible
f
hrmm, using secrets to manage passwords in environment variables is pretty standard
you could IP restrict cosmoDB to your host and run without password, but that doesn't really gain you anything -mostly that's worse