Where I can see doc to integration to
# spicedb
v
Where I can see doc to integration to Laravel?
v
We don't have first-party support for Laravel integration. There are some comunity maintained PHP clients: https://github.com/authzed/awesome-spicedb
v
Hi. Sorry for my stupid question, but I can't connect to spicedb in docker. I made middleware is Access and tried to read schema, but I have error:
cURL error 1: Received HTTP/0.9 when not allowed
If I use
zed schema read
in terminal, so I take success response. Where my problem? https://cdn.discordapp.com/attachments/1285188654255312959/1286243223706275842/image.png?ex=66ed32d9&is=66ebe159&hm=9ee38ed5d77164f25d0be4cac069b36213eece1f57a94e9d2325c0319a003a6b& https://cdn.discordapp.com/attachments/1285188654255312959/1286243224280764468/image.png?ex=66ed32d9&is=66ebe159&hm=d97438b51e03839dd478971a98e07c2291abf3527b5fed61f3a1e78c5ea8257f&
If I use
localhost
I have error:
cURL error 7: Failed to connect to localhost port 50051 after 0 ms: Connection refused
v
I suspect it could be related to TLS. The gRPC clients typically need to be configured to either be on a secure or insecure transport. I'd suggest looking at the library docs on how to do such a thing.
Also I don't think you need the prefix. The server listens on the root path of the host
Also I don't think you need http:// as the host name for do a gRPC call, it's typically ommitted since it's implicit (gRPC uses H2)
15 Views