Stanislav Prokopov
Stanislav Prokopov
I need to handle backoffice permissions for business client, there is no need in distribution or multi node SpiceDB setup, and there is no point to spin up a separate...
So tried to use the internal packages to see how they could be used if they were exposed. Tried to setup the code according to the "Basic RBAC Example" in...
when using tag v.1.0.0 the issue is there, but when switching to master everything works.
@lukeholder any news on this topic?
We are also using multiple subdirectories, and right now we need to copy them all together into to a separate temp dir before we run the migration, so we would...
Well based on the [example provided](https://github.com/authzed/spicedb/issues/205#issuecomment-1479496605) its clearly possible to customize parts of the spicedb server and use custom storage or customise the handlers and some other parts of the...
Thanks for the example, it looks similar to thing that is happening in testserver package, yes, it works but as far as I can tell you are still spinning up...
I was able to get it working with following config. ``` tls { loader acme { hostname $(hostname) email [email protected] agreed # indicate your agreement with Let's Encrypt ToS challenge...