I’ve been doing a lot of work to design a permissi...
# talk-keto
p
I’ve been doing a lot of work to design a permission schema for a platform, and one question that came up today was about updating the permission schema in production. I found this doc about doing so in hosted Ory Keto, but are there comparable instructions for open source? And second, does updating the schema “recompute” permissions based on existing relationships, or does something else need to be done to do that?
m
Hello @purple-match-65245 When self-hosting Ory Keto you just edit the configuration file directly. And AFAIK it is hot-reloaded so nothing else needs to be done.