Questions tagged [spicedb]

4 questions
1
vote
1 answer

Why isn't authzed picking up this recursive relationship?

I'm having an issue with authzed schema and relationships. I seem to be misunderstanding how things work. I've got a scenario where users can be part of a group either by direct inclusion or by indirect location based criteria, location is…
Sidney
  • 624
  • 7
  • 20
1
vote
0 answers

SpiceDB relation tuples left in db

I'm using spicedb with postgres database, I've noticed that when I delete a Relation the corresponding tuple is left in the relation_tuple table and the value of the column deleted_xid is set to transaction id. Are those records to remain there…
Lucacox
  • 195
  • 1
  • 9
1
vote
1 answer

Zanzibar doubts about Tuple + Check Api. (authzed/spicedb)

We currently have a home grown authz system in production that uses opa/rego policy engine as core for decision making(close to what netflix done). We been looking at Zanzibar rebac model to replace our opa/policy based decision engine, and AuthZed…
sriba
  • 745
  • 1
  • 6
  • 13
1
vote
2 answers

Authzed SpiceDB: failed to create Postgres datastore, failed to connect

I have created a Postgres database that runs locally on port 5432. The database is in the Docker container. When I try to connect this database with SpiceDB (another Docker container), I get the error message. "error":"failed to create datastore:…