Skip to content

Commit

Permalink
Sync Gloo APIs. Destination Branch: gloo-v1.15.x
Browse files Browse the repository at this point in the history
  • Loading branch information
soloio-bot committed Sep 6, 2024
1 parent d551195 commit 0904aa3
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 98 deletions.
5 changes: 5 additions & 0 deletions api/gloo/gloo/v1/settings.proto
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,11 @@ message GatewayOptions {
//
// If not included, the validation server will be enabled.
google.protobuf.BoolValue server_enabled = 12;

// Allows configuring validation to report a missing TLS secret referenced by a SslConfig or UpstreamSslConfig
// as a warning instead of an error. This will allow for eventually consistent workloads, but will also permit
// the accidental deletion of secrets being referenced, which would cause disruption in traffic.
google.protobuf.BoolValue warn_missing_tls_secret = 13;
}

// If provided, the Gateway will perform [Dynamic Admission Control](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/)
Expand Down
6 changes: 6 additions & 0 deletions pkg/api/gloo.solo.io/v1/settings.pb.clone.go

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

10 changes: 10 additions & 0 deletions pkg/api/gloo.solo.io/v1/settings.pb.equal.go

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

Loading

0 comments on commit 0904aa3

Please sign in to comment.