Hi all! I just started with SpiceDB, using image: ...
# spicedb
g
Hi all! I just started with SpiceDB, using image: authzed/spicedb:latest in docker compose stack on Windows. Things go easy while using zed shell client, but get complicated in the case of Python client. Using insecure_bearer_credentials doesn't work because of gRPC's
Endpoint is neither UDS or TCP loopback address
error (host.docker.internal is treated as an external party, OK). Trying with secure channels also didn't bring me luck as I end up with the problem described in https://github.com/grpc/grpc/issues/32076. Has anyone successfully connected to dockerized SpiceDB using Python client in different container?