Where to configure relations for self-hosted keto? #1450
-
I've got a self-hosted Ory stack set up in kubernetes. I've spent a day or so trying to figure out how to set up a simple subject-group-object access control ruleset. I'm now clear on subject-sets, to be used for implicit access to objects via groups, but what is very unclear to me is how to configure relations. After stringing together various bits of documentation between ory network and ory self-hosted sections of the site, as well as PRs and issues, it seems like there are 3 ways to setup the relations:
For 1, where should this OPL file be and does it completely replace any namespaces specified in the config file? For 3, a few PRs and issues mention providing a config for each namespace, which I assume would have the relation tuples in that, but in the json schema, the What is the recommended way for setting up the graph? Otherwise, thank you for a great set of tools. Once you get around the learning curve of how each component works, it's great software! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Apparently in keto.yaml you can specify
It will create those namespaces from opl file, not sure if it should do anything else since there is zero documentation. |
Beta Was this translation helpful? Give feedback.
Apparently in keto.yaml you can specify
It will create those namespaces from opl file, not sure if it should do anything else since there is zero documentation.