gwb
09/23/2022, 11:31 PMcurl -H "Authorization: Bearer mytoken" -X POST spicedb:50052/v1/schema/read
but if i try to connect to the grpc endpoint via python:
Python
client = Client(
"spicedb:50051",
insecure_bearer_token_credentials("mytoken"),
)
it says:
Endpoint is neither UDS or TCP loopback address
.