This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
envoy/ads: program upsteam's service cert when making all secrets
There is a bug where the upstream service's service cert that is referenced in the corresponding inbound filter chain for the service is not programmed when there is a request to push all secrets via XDS. Without this, it has been observed that in certain environments the secrets often don't transition from warming to active. As a result, mTLS is broken when such a situation occurs. This change programs the upsteam service's service cert as a part of the request to provision all secrets associated with the proxy. This change does not address other potential XDS problems, such as the one pertaining to XDS DiscoveryRequest with an empty TypeUrl. Potentially addresses #2749 Signed-off-by: Shashank Ram <shashr2204@gmail.com>
- Loading branch information
1 parent
dae746c
commit 129f8b6
Showing
2 changed files
with
61 additions
and
5 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
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