It's difficult to find an example of what a keto n...
# talk-keto
h
It's difficult to find an example of what a keto namespaces file is actually supposed to look like. What is the expected format?
h
currently only a simple YAML file
h
Sure, but if I set it as a
file://
in the configuration, what is that file supposed to look like? Just an open ended array?
Ah, I didn't understand this until reading the code. Keto is unable to validate multiple namespaces in one file because it's expecting exactly one map of strings to values. Should I file this as a bug?
h
ah, nice find!