Hey all, can we use OPL language with self-hosted ...
# talk-keto
s
Hey all, can we use OPL language with self-hosted version. or how could we use any one knows? The documentation is a bit obscure, I couldn’t find anything or couldn’t figure out anything out of the
CLI
. One another thing, is it possible to give multiple namespaces to Keto, in a single file? I know it cannot parse multiple entries (JSON or Yaml) since it tries to convert the incoming reading data to
namespace.Namespace
which is a single item. Many thanks in advance.
OK, find the example while looking through the channels, https://github.com/ory/keto/tree/master/contrib/rewrites-example
It also resolves my question regarding multiple entries in single go. I could use templates to generate the namespaces.