Support envoy "safe retry on reset" policy value #6770
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/needs-triage
Indicates that an issue needs to be triaged by a project contributor.
Envoy v1.31.0 introduced a new safe retry on reset setting reset-before-request . This release was included in Contour v1.30.1.
We want to use retries but want to avoid where possible the risk of retrying API operations that it would be unsafe to retry.
This issue proposes an update to the Contour validation enum for retryPolicy RetryOn to include the new policy value so that HTTPProxies can take advantage of this new, safer, behaviour.
From:
to
The text was updated successfully, but these errors were encountered: