You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/08/04 17:32:11 UTC

[jira] [Commented] (SLIDER-254) Use hadoop CredentialProvider for sensitive configs

    [ https://issues.apache.org/jira/browse/SLIDER-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14084773#comment-14084773 ] 

ASF subversion and git services commented on SLIDER-254:
--------------------------------------------------------

Commit 02e9f83881371c6af441872f9342485268bed733 in incubator-slider's branch refs/heads/feature/SLIDER-254_use_credential_provider from [~billie.rinaldi@gmail.com]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-slider.git;h=02e9f83 ]

SLIDER-254 allow apps to use CredentialProvider for sensitive properties, update Accumulo app package to use it for the initial root password


> Use hadoop CredentialProvider for sensitive configs
> ---------------------------------------------------
>
>                 Key: SLIDER-254
>                 URL: https://issues.apache.org/jira/browse/SLIDER-254
>             Project: Slider
>          Issue Type: New Feature
>            Reporter: Billie Rinaldi
>            Assignee: Billie Rinaldi
>         Attachments: SLIDER-254-1.patch
>
>
> Accumulo requires a couple of sensitive pieces of information to be provided when it is starting up (including the Accumulo root user's password).  Those are currently provided in the appConfig.json file.  Hadoop common is adding a CredentialProvider (HADOOP-10607) that allows you to enter passwords into a Java KeyStore (the storage mechanism is pluggable) and to retrieve them.  This is in branch-2 and trunk, though I'm not sure which branch-2 release it will make it into.  I'd like to add a capability into Slider to prompt the user for needed passwords and store them using CredentialProvider so they can be retrieved by an app later.



--
This message was sent by Atlassian JIRA
(v6.2#6252)