-
-
```
curl --location 'http://localhost:8443/v1/permissions/expand' \
--data '{
"consistency": {
"minimizeLatency": true
},
"resource": {
"objectType": "document",
…
-
# Overview
[New Enemy Problem](https://authzed.com/docs/spicedb/concepts/zanzibar#new-enemy-problem) section is referring to Zanzibar paper's snippet but the heading of **Example B** is shown in pl…
-
Subscribe to this issue and stay notified about new [daily trending repos in Go](https://github.com/trending/go?since=daily)!
-
### Is your feature request related to a problem? Please describe.
Could not delete policy with array of relationship filters
like delete [things of users1 , things of user 2, things of user 3 ]
…
-
**ENHANCEMENT**
1. Describe the enhancement you are requesting.
Move policies manipulation for users to the Users service.
Domain-specific access control should be handled on the service in charge …
-
A number of issues have been filed within SpiceDB around the ability to reflect upon schema and its types:
https://github.com/authzed/spicedb/issues/613
https://github.com/authzed/spicedb/issues/439…
-
Hello, hope you're good. I'm having some trouble using the `DeleteRelationshipsAsync` and I'd like to debug it. Is there a way to inspect the query that is going to be generated?
Update:
I'm usi…
64J0 updated
7 months ago
-
# Problem
At the moment there isn't an API to retrieve all permissions that are given with a relation on a resource.
Eg:
given a schema like:
```
definition resource {
relation manager: us…
-
Hi, I'm curious if there is a timeline for adding Spanner Change Stream support. Right now we need to remove the change stream DDL for our unit tests not to fail (which rely on the emulator). Thanks!