Hi All 👋
I’m trying to understand the examples provided here
https://www.ory.sh/docs/keto/guides/userset-rewrites
In particular, if it is required to use Ory Permission Language (OPL) to achieve
transitive relations.
By transitive relations I mean that if we have (written in english, putting aside relation tuples for a moment)
1. Alice is a manager of Bob
2. Bob is a manger of John
3. John is a manger of Luke
4. Luke can read File1.txt
We would like to define permissions so that Alice can read the File1.txt because she’s
transitive manager of Luke.
What are the options to achieve that with Keto?