You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Wenzhe Zhou (Jira)" <ji...@apache.org> on 2024/03/05 17:22:00 UTC

[jira] [Created] (IMPALA-12873) Use password to access keystore

Wenzhe Zhou created IMPALA-12873:
------------------------------------

             Summary: Use password to access keystore
                 Key: IMPALA-12873
                 URL: https://issues.apache.org/jira/browse/IMPALA-12873
             Project: IMPALA
          Issue Type: Sub-task
          Components: Frontend
            Reporter: Wenzhe Zhou


IMPALA-12380 allow user to store jdbc password in a Java keystore file on HDFS. 
Keystores are generally password protected and so user need a password for accessing keystore. (See https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/CredentialProviderAPI.html#Keystore_Passwords).

From the Credential API link, if keystore has a password then it can be accessed if password is provided using either the environment variable "HADOOP_CREDSTORE_PASSWORD" or a file containing password and configured in core-site.xml with key hadoop.security.credstore.java-keystore-provider.password-file (See
https://github.com/apache/hadoop/blob/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/ProviderUtils.java#L214)



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org