You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Zsombor Gegesy (JIRA)" <ji...@apache.org> on 2018/02/28 14:13:00 UTC

[jira] [Created] (AMBARI-23106) Use localjceks URL for credential provider for local files

Zsombor Gegesy created AMBARI-23106:
---------------------------------------

             Summary: Use localjceks URL for credential provider for local files
                 Key: AMBARI-23106
                 URL: https://issues.apache.org/jira/browse/AMBARI-23106
             Project: Ambari
          Issue Type: Bug
          Components: ambari-agent
    Affects Versions: 2.6.0
            Reporter: Zsombor Gegesy


Ambari generates 'jceks://file/\{filepath}' as a credential provider URL, which force using the JavaKeyStoreProvider - which uses the hdfs API to access the local file system.

This cause problems, when the local file system access from that API is disabled - for security reasons, for example in Oozie. Fortunately, there is a LocalJavaKeyStoreProvider which can be used in this case, which can be accessed with  a 'localjceks://file/\{filepath}' URL



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)