-
Notifications
You must be signed in to change notification settings - Fork 838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor Configvalidator #2293
Refactor Configvalidator #2293
Conversation
@larsbj1988 Just checking, are you still interested in pursuing this PR? |
Yes. Just need some time to do it. Will fix within a week 😊 |
src/ReverseProxy/Configuration/RouteValidators/IRouteValidator.cs
Outdated
Show resolved
Hide resolved
src/ReverseProxy/Configuration/ClusterValidators/IClusterValidator.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Chris Ross <Tratcher@Outlook.com>
…ator.cs Co-authored-by: Chris Ross <Tratcher@Outlook.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good. Mostly style comments left.
src/ReverseProxy/Configuration/ClusterValidators/HealthCheckValidator.cs
Outdated
Show resolved
Hide resolved
src/ReverseProxy/Configuration/ClusterValidators/HealthCheckValidator.cs
Show resolved
Hide resolved
src/ReverseProxy/Configuration/ClusterValidators/IClusterValidator.cs
Outdated
Show resolved
Hide resolved
src/ReverseProxy/Configuration/ClusterValidators/ProxyHttpRequestValidator.cs
Outdated
Show resolved
Hide resolved
src/ReverseProxy/Configuration/RouteValidators/AuthorizationPolicyValidator.cs
Show resolved
Hide resolved
Potential conflict with #2328 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Reduce Cognitive Complexity in Configvalidator class for readability and extensibility