[
https://issues.apache.org/jira/browse/HBASE-28340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17815674#comment-17815674
]
Andor Molnar commented on HBASE-28340:
--------------------------------------
[~zhangduo]
POC for converting all prefixed properties (wildcard match):
[https://github.com/apache/hbase/pull/5669]
Looks like HBase is already doing this for Zk server, so I was able to reuse
some code.
> Add trust/key store type to ZK TLS settings handled by HBase
> ------------------------------------------------------------
>
> Key: HBASE-28340
> URL: https://issues.apache.org/jira/browse/HBASE-28340
> Project: HBase
> Issue Type: Sub-task
> Components: Zookeeper
> Affects Versions: 2.4.17, 3.0.0-beta-1, 2.5.7
> Reporter: Andor Molnar
> Assignee: Andor Molnar
> Priority: Major
> Labels: pull-request-available
>
> Let's add the following settings as well. Last time we missed it.
> {noformat}
> zookeeper.ssl.keyStore.type
> zookeeper.ssl.trustStore.type{noformat}
> Handle them in hbase-site.xml as:
> {noformat}
> hbase.zookeeper.property.ssl.keyStore.type
> hbase.zookeeper.property.ssl.trustStore.type{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)