I noticed the namespaces in the configuration file...
# talk-keto
r
I noticed the namespaces in the configuration file and whether they always need to be configured in the
keto.yml
? Just wondering if for every new namespace do I then need to modify this file? Or are these namespaces configurable in another way?
I’m guessing between 0.6 and 0.7 it’s changed formats. My 0.6 configuration example I got is yaml structured
Copy code
- id: 0
    name: videos
But on the docs website it references another file? But I can’t find any details about that file?
I found it via digging into the json schema
s
You can have a
file://
url pointing to a directory of namespace config files
But currently the config is still limited, it will get more complex though
r
Yeah I noticed that for a Dockerised deployment it’s not great. Would be ace if we could configure it via a github repo or something.
github://
that pointed to a particular branch/commit and file
s
sure, that would be awesome
feel free to open an issue 😉