We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
KongUpstreamPolicy
Add CEL validation rules to KongUpstreamPolicy CRD and cover them with tests:
spec.hashOn.(cookie|header|uriCapture|queryArg)
spec.hashFallback.(header|uriCapture|queryArg)
spec.hashOn.cookiePath
spec.hashOn.cookie
spec.hashFallback.(cookie|cookiePath)
healthchecks.(passive|active).healthy.http_statuses
[100-599]
healthchecks.(passive|active).unhealthy.http_statuses
The text was updated successfully, but these errors were encountered:
czeslavo
Successfully merging a pull request may close this issue.
Add CEL validation rules to
KongUpstreamPolicy
CRD and cover them with tests:spec.hashOn.(cookie|header|uriCapture|queryArg)
fields can be setspec.hashFallback.(header|uriCapture|queryArg)
fields can be setspec.hashOn.cookiePath
is required whenspec.hashOn.cookie
is setspec.hashOn.cookiePath
must not be set whenspec.hashOn.cookie
is not setspec.hashFallback.(cookie|cookiePath)
must not be sethealthchecks.(passive|active).healthy.http_statuses
entries must be in[100-599]
rangehealthchecks.(passive|active).unhealthy.http_statuses
entries must be in[100-599]
rangeThe text was updated successfully, but these errors were encountered: