[
https://issues.apache.org/jira/browse/RATIS-2308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsz-wo Sze resolved RATIS-2308.
-------------------------------
Fix Version/s: 3.2.0
Resolution: Fixed
The pull request is merged.
> Remove the unused gRPC TLS confs
> --------------------------------
>
> Key: RATIS-2308
> URL: https://issues.apache.org/jira/browse/RATIS-2308
> Project: Ratis
> Issue Type: Improvement
> Components: gRPC
> Reporter: Tsz-wo Sze
> Assignee: Tsz-wo Sze
> Priority: Major
> Fix For: 3.2.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The following conf properties in GrpcConfigKeys are never used.
> {code}
> key: raft.grpc.tls.enabled (boolean, default=false)
> key: raft.grpc.tls.mutual_authn.enabled (boolean, default=false)
> key: raft.grpc.tls.private.key.file.name (java.lang.String,
> default=private.pem)
> key: raft.grpc.tls.cert.chain.file.name (java.lang.String,
> default=certificate.crt)
> key: raft.grpc.tls.trust.store (java.lang.String, default=ca.crt)
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)