Skip to content

Describe most recent hostcfg without json schema

Rasmus Dahlberg requested to merge rgdd/hostcfg into main

Drops "identity" and "authentication".

Also drops the json schema, in favor of not describing the format twice (table and json schema) and because it didn't help much with with automatic validation. Both because that requires a good json schema library, and because json schemas appear to not be expressive enough for our "this field, but only if that other field has value X" needs.

Merge request reports