forked from k8sgateway/k8sgateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1.16] Warn on missing TLS secret (#9974)
- Loading branch information
Showing
55 changed files
with
1,730 additions
and
1,034 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
changelog: | ||
- type: FIX | ||
issueLink: https://github.com/solo-io/gloo/issues/6957 | ||
resolvesIssue: false | ||
description: >- | ||
Fix for issue where a missing TLS secret was treated by validation as an error, | ||
potentially bringing down the entire HTTPS gateway if the gloo pod restarts while | ||
in this bad state. This is a breaking change in the default behavior of validation. | ||
To enable this behavior, use the helm setting `gateway.validation.warnMissingTlsSecret=true` | ||
or the same field on the Settings CR. This field has no effect if allowWarnings is false or | ||
acceptAllResources is true. | ||
- type: HELM | ||
issueLink: https://github.com/solo-io/gloo/issues/6957 | ||
resolvesIssue: false | ||
description: >- | ||
New field gateway.validation.warnMissingTlsSecret controls whether missing TLS secrets referenced | ||
in SslConfig and UpstreamSslConfig will be treated as a warning instead of an error during validation. | ||
Defaults to false. This field has no effect if allowWarnings is false or acceptAllResources is true. |
Empty file.
36 changes: 36 additions & 0 deletions
36
....com/solo-io/gloo/projects/gloo/api/grpc/validation/gloo_validation.proto.sk.md
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
...reference/api/github.com/solo-io/gloo/projects/gloo/api/v1/settings.proto.sk.md
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.