forked from alibaba/nacos
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support TLS Grpc communication between clusters. (alibaba#11549)
* Fix exception code error.(alibaba#10925) * [ISSUE alibaba#11456]Add RpcClusterClientTlsConfig.java. * [ISSUE alibaba#11456]Add cluster rpc tls config. * [ISSUE alibaba#11456]Add RpcClusterClientTlsConfig UT. * [ISSUE alibaba#11456]Add cluster server tls. * [ISSUE alibaba#11456]Remove supportCommunicationTypes. * [ISSUE alibaba#11456]Fix unit testing and indentation handling * [ISSUE alibaba#11456]Indentation handling * [ISSUE alibaba#11456]Fix unit test and rpc constants. * [ISSUE alibaba#11456]Fix unit test. * [ISSUE alibaba#11456]Optimize code. * [ISSUE alibaba#11456]Fix check style. * [ISSUE alibaba#11456]Add unit test. * [ISSUE alibaba#11456]Fix check style. * [ISSUE alibaba#11456]Update unit test. * [ISSUE alibaba#11456]Fix unit test. * [ISSUE alibaba#11456]Add License. * [ISSUE alibaba#11456]Fix unit test. * [ISSUE alibaba#11456]Fix unit test. * [ISSUE alibaba#11456]Rename class. * [ISSUE alibaba#11456]Optimize code. * [ISSUE alibaba#11456]Handling indentation issues. * [ISSUE alibaba#11456]Handling indentation issues. * [ISSUE alibaba#11456]Handling indentation issues. * [ISSUE alibaba#11456]Optimize code. * [ISSUE alibaba#11456]Fix unit test. * [ISSUE alibaba#11456]Fix unit testing and compatibility handling. * [ISSUE alibaba#11456]Support TLS GRPC communication between clusters. * [ISSUE alibaba#11456] Fix bugs. * [ISSUE alibaba#11456]Fix bugs. * [ISSUE alibaba#11456]Adjusting parameter names (compatibility considerations). * [ISSUE alibaba#11456]Resolve conflict. * [ISSUE alibaba#11456]Remove ProtocolNegotiatorBuilderManager and abstract ProtocolNegotiatorBuilderSingleton. * [ISSUE alibaba#11456]Remove CommunicationType.java. * [ISSUE alibaba#11456]Optimize code. * [ISSUE alibaba#11456]Revert author. * Splitting RpcTlsConfigFactory. * Split RpcConstants. * Divided RpcTlsConfigFactory, adjusted cluster parameters to "nacos.remote.peer.rpc.tls". * check style. * check style. * unit test.
- Loading branch information
Showing
59 changed files
with
2,174 additions
and
969 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
Oops, something went wrong.