-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pilot: ensure initialization of secure grpc server also when serving … (
#42248) (#43352) * pilot: ensure initialization of secure grpc server also when serving certificates are loaded from non-custom locations * pilot: ensure initialization of secure grpc server also when serving certificates are loaded from non-custom locations Co-authored-by: Si Mon <85333972+siiimooon@users.noreply.github.com>
- Loading branch information
Showing
3 changed files
with
51 additions
and
31 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
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,8 @@ | ||
apiVersion: release-notes/v2 | ||
kind: bug-fix | ||
area: installation | ||
issue: | ||
- 42249 | ||
releaseNotes: | ||
- | | ||
**Fixed** initialization of secure gRPC server of Pilot, when serving certificates are provided in default location. |