On this issue of prefixes, is there a robust way t...
# spicedb
n
On this issue of prefixes, is there a robust way to add/delete definitions according to a prefix? We're deploying a development instance and would like to have our CI pipeline append policies specific to each feature branch, then tear them down when the branch is destroyed. The current plan is to do this with a python script and limit it to 1 concurrent job, but is there a better way?