Skip to content
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

Sync APIs. @tag-name=gloo-v1.16.20 #1295

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading