Open bartelink opened 1 year ago
Superseded by https://github.com/Azure/azure-cosmos-dotnet-v3/issues/4222 https://github.com/jet/equinox/pull/443
Will circle back and see if it actually becomes possible to stop trusting the cert entirely The fact this PR did not work suggests there's still something missing from the equation when using Direct mode against a dockerized emulator
Provides a lean and safe one-stop-shop way to use a local Cosmos emulator by setting
EQUINOX_COSMOS_CONNECTION
toTrustLocalEmulator=true
instead of one or more of:Sadly this doesn't yet work on Mac so is useless as it stands, as
docker-compose-cosmos.sh
hangs when creating the database:Direct
mode in Docker not being exposed correctly(the MS examples for skipping TLS all show
Gateway
mode)