-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAB-16544 Backport orderer TLS cert overrides
This is a partial backport of the orderer endpoint TLS CA overrides present in v2.0. Presently, in v1.4.x because of the code structure, it's very difficult to associate a particular TLS CA with a connection to a particular orderer. So, instead v1.4.x took the approach of adding global TLS overrides. However, moving forward into the v2.0 branch, things have been restructured significantly and it's now possible to bind orderer addresses and TLS CAs. This CR takes the approach of allowing and honoring the TLS CA overrides, but treating them in the same pooled fashion as the previous approach. So, althought he config binds the TLS CAs to a particular address (which will be honored in 2.0), they are all thrown into a global pool for v1.4.x. Signed-off-by: Jason Yellick <[email protected]> Change-Id: Ide0d1e75389e1373cc1d92924f01f87684aa6990
- Loading branch information
Jason Yellick
committed
Nov 6, 2019
1 parent
63e1563
commit 1a1c71a
Showing
7 changed files
with
96 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
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