Closed
Description
While reviewing the PR #2165 (which adds the /config
API endpoint) I realized the omitempty
we have across the config are hiding part of the config when exported by the GET /config
endpoint.
I would suggest to get rid of all omitempty
across the Cortex config structs except for deprecated fields.