https://www.ory.sh/ logo
#talk-keto
Title
# talk-keto
r

refined-addition-34429

10/28/2021, 12:35 PM
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

steep-lamp-91158

10/28/2021, 1:41 PM
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

refined-addition-34429

10/28/2021, 2:36 PM
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

steep-lamp-91158

10/28/2021, 2:36 PM
sure, that would be awesome
feel free to open an issue 😉
2 Views