hi! I followed the quick start and now trying to c...
# spicedb
v
hi! I followed the quick start and now trying to connect with the python client to my local (dockerized) spicedb. It looks like the Client is assuming the server has both authentication (which I think is fine) and TLS (which is not) https://github.com/authzed/authzed-py/blob/main/authzed/api/v1/__init__.py#L50 If I try to change to insecure_channel, I cannot provide the bearer token anymore