Skip to content

Commit

Permalink
Clarify envoy validation api comment (#10235)
Browse files Browse the repository at this point in the history
Co-authored-by: soloio-bulldozer[bot] <48420018+soloio-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: changelog-bot <changelog-bot>
  • Loading branch information
jbohanon and soloio-bulldozer[bot] authored Oct 26, 2024
1 parent c7b49a4 commit b443fa1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions changelog/v1.18.0-beta30/clarify-envoy-validation-api.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
changelog:
- type: NON_USER_FACING
issueLink: https://github.com/solo-io/gloo/issues/5720
resolvesIssue: false
description: >-
Update comment for Envoy validation API since it is now implemented
skipCI-kube-tests:true

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion projects/gloo/api/v1/settings.proto
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,8 @@ message GatewayOptions {
// validation mode. This has an negative impact on the total translation throughput, but it
// helps ensure the configuration will not be nacked when served to Envoy.
//
// This feature is not yet implemented.
// This feature is disabled by default and is not recommended for production deployments unless
// the performance implications are well understood and acceptable.
google.protobuf.BoolValue full_envoy_validation = 14;
}

Expand Down
3 changes: 2 additions & 1 deletion projects/gloo/pkg/api/v1/settings.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b443fa1

Please sign in to comment.