arch-go icon indicating copy to clipboard operation
arch-go copied to clipboard

Make use of `github.com/go-playground/validator/v10` to validate configuration

Open dadrus opened this issue 1 year ago • 0 comments

As of now the configuration is validated manually. We could do it better by making use of github.com/go-playground/validator/v10 and its tags. This way, we can drop a big amount of code and simplify the existing code base.

@fdaines, @DGuhr: Any vetoes?

dadrus avatar Jul 29 '24 10:07 dadrus