-
Notifications
You must be signed in to change notification settings - Fork 261
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
Add envoy config route validations for emoticons and substrings #3561
Conversation
7132166
to
958ad1b
Compare
} | ||
|
||
// Validate envoy route method whether its of known type | ||
func validateEnvoyRouteMethodString(method string) error { |
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.
From enforcer what we support is anyway "GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS".
Shall we remove the rest
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, Fixed.
[succeeded] Dataplane(EastUS) cluster : dev-deployment-v2 : 20240813.19 |
[succeeded] Dataplane(NorthEU) cluster : dev-deployment-v2 : 20240813.19 |
[succeeded] : dev-deployment-v2 : 20240813.19 |
[succeeded] Controlplane cluster : stage-deployment-v2 : 20240815.3 |
[failed] Dataplane(NorthEU) cluster : stage-deployment-v2 : 20240815.3 |
[succeeded] Dataplane(CDP2-WU2) cluster : stage-deployment-v2 : 20240815.3 |
[succeeded] Dataplane(EastUS) cluster : stage-deployment-v2 : 20240815.3 |
[failed] Dataplane(NorthEU) cluster : stage-deployment-v2 : 20240815.4 |
[succeeded] Controlplane cluster : stage-deployment-v2 : 20240815.3 |
[failed] Dataplane(NorthEU) cluster : stage-deployment-v2 : 20240815.3 |
[succeeded] Dataplane(CDP2-WU2) cluster : stage-deployment-v2 : 20240815.3 |
[failed] Dataplane(NorthEU) cluster : stage-deployment-v2 : 20240815.3 |
[succeeded] Dataplane(CDP2-WU2) cluster : stage-deployment-v2 : 20240815.3 |
[succeeded] Dataplane(EastUS) cluster : stage-deployment-v2 : 20240815.3 |
[succeeded] Controlplane cluster : stage-deployment-v2 : 20240815.3 |
[] Controlplane cluster : stage-deployment-v2 : 20240815.5 |
[] Dataplane(NorthEU) cluster : stage-deployment-v2 : 20240815.5 |
[] Dataplane(CDP2-WU2) cluster : stage-deployment-v2 : 20240815.5 |
[] Dataplane(EastUS) cluster : stage-deployment-v2 : 20240815.5 |
[succeeded] Controlplane cluster : stage-deployment-v2 : 20240816.4 |
[succeeded] Dataplane(NorthEU) cluster : stage-deployment-v2 : 20240816.4 |
[succeeded] Dataplane(CDP2-WU2) cluster : stage-deployment-v2 : 20240816.4 |
[succeeded] Dataplane(NorthEU) cluster : prod-deployment-v2 : 20240820.3 |
[succeeded] Dataplane(CDP2-WU2) cluster : prod-deployment-v2 : 20240820.3 |
[succeeded] Dataplane(EastUS) cluster : prod-deployment-v2 : 20240820.3 |
[succeeded] Controlplane cluster : prod-deployment-v2 : 20240820.3 |
[] Dataplane(EastUS) cluster : prod-deployment-v2 : 20240820.4 |
[] Controlplane cluster : prod-deployment-v2 : 20240820.4 |
[] Dataplane(NorthEU) cluster : prod-deployment-v2 : 20240820.4 |
Purpose
Add further validations for emoticons and substrings
Issues
https://github.com/wso2-enterprise/choreo/issues/28819
Automation tests
Tested environments
Not Tested
Maintainers: Check before merge