You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andor Molnar (Jira)" <ji...@apache.org> on 2022/08/30 05:12:00 UTC

[jira] [Updated] (HBASE-27342) Use Hadoop Credentials API to retrieve passwords of TLS key/trust stores

     [ https://issues.apache.org/jira/browse/HBASE-27342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andor Molnar updated HBASE-27342:
---------------------------------
    Description: 
Based on a discussion in the TLS Jira and mailing list, it would be beneficial to protect the password of trust and key stores for TLS encryption support in Netty RPC.

Hadoop Credentials API is built for the same purpose, extensible and simple to use:

[https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/CredentialProviderAPI.html]

 

  was:
Based on a discussion in the TLS Jira and mailing list, it would be beneficial to protect the password of trust and key stores for TLS encryption support in Netty RPC.

[https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/CredentialProviderAPI.html]

 


> Use Hadoop Credentials API to retrieve passwords of TLS key/trust stores
> ------------------------------------------------------------------------
>
>                 Key: HBASE-27342
>                 URL: https://issues.apache.org/jira/browse/HBASE-27342
>             Project: HBase
>          Issue Type: Improvement
>          Components: IPC/RPC, security
>            Reporter: Andor Molnar
>            Assignee: Andor Molnar
>            Priority: Major
>
> Based on a discussion in the TLS Jira and mailing list, it would be beneficial to protect the password of trust and key stores for TLS encryption support in Netty RPC.
> Hadoop Credentials API is built for the same purpose, extensible and simple to use:
> [https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/CredentialProviderAPI.html]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)