Duclot William
Duclot William
If a new version of SpiceDB (with a Postgres datastore) is deployed that contains migrations, the datastore needs to be migrated _before_ rolling out the new version (eg with a...
I have some instances of SpiceDB using `--datastore-readonly="true"`. I am seeing a constant stream of errors "error when attempting to perform garbage collection" due to the transaction being readonly. SpiceDB...
This is a summary of a Discord discussion started [here](https://discord.com/channels/844600078504951838/844600078948630559/956163888955666463). The "official" way to test permissions with SpiceDB seems to be using `zed validate`. There's other options (eg spin up...
It happened to me several times that I needed to be able to leave a variable empty (for example an optional Sentry DSN). The issues and PRs on this repo...
The JSON output of `zed expand` returns something like: ```json { "expandedAt": { "token": "GgMKATY=" }, "treeRoot": { "expandedObject": { "objectId": "aae48b55-ad96-11eb-a562-06368a59bfb7", "objectType": "care_recipient" }, "expandedRelation": "agency", "leaf": {} }...