-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
Is your feature request related to a problem? Please describe.
Currently the ConfigValidator is part of the component package, and for example in mdatagen where we use confmap it is a bit strange to depend on the component.ConfigValidator for config validation.
Describe the solution you'd like
Provide the configuration Validator as part of the confmap repository, and probably make it part of Conf.Unmarshal (configurable) to also do validation.
Describe alternatives you've considered
Leave where it is right now.
Metadata
Metadata
Assignees
Type
Projects
Status
Done