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

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

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

ASF GitHub Bot updated AMBARI-23106:
------------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Priority: Major
>              Labels: pull-request-available
>
> 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)