You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Yusaku Sako (JIRA)" <ji...@apache.org> on 2014/03/13 01:51:44 UTC

[jira] [Commented] (AMBARI-5060) Security Wizard: enable Kerberos setup for Storm

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

Yusaku Sako commented on AMBARI-5060:
-------------------------------------

+1 for the patch.

> Security Wizard: enable Kerberos setup for Storm
> ------------------------------------------------
>
>                 Key: AMBARI-5060
>                 URL: https://issues.apache.org/jira/browse/AMBARI-5060
>             Project: Ambari
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 1.5.0
>            Reporter: Jaimin D Jetly
>            Assignee: Jaimin D Jetly
>             Fix For: 1.5.0
>
>         Attachments: AMBARI-5060.patch
>
>
> 1) Following jaas.conf file needs to be on all storm component hosts:
> Client {
>    com.sun.security.auth.module.Krb5LoginModule required
>    useKeyTab=true
>    keyTab="$keytab"
>    storeKey=true
>    useTicketCache=false
>    serviceName="zookeeper"
>    principal="$principal";
> };
> 2) In YAML, following java  configurations should have jaas.conf options:
> nimbus.childopts: "-Djava.security.auth.login.config=/path/to/jaas.conf"
> ui.childopts: "-Djava.security.auth.login.config=/path/to/jaas.conf"
> supervisor.childopts: "-Djava.security.auth.login.config=/path/to/jaas.conf"



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