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

Srimanth Gunturi commented on SLIDER-560:
-----------------------------------------

[~jmaron], the slider-view will be proxying for the user logged in. If we 
assume that user is "${USER_NAME}", the keytab by default should be 
"${USER_NAME}.headless.keytab", and also the below

*HBase*
{code}
"site.hbase-site.hbase.regionserver.kerberos.principal": 
"${USER_NAME}/[email protected]",
"site.hbase-site.hbase.regionserver.keytab.file": 
"${AGENT_WORK_ROOT}/keytabs/${USER_NAME}.headless.keytab",
"site.hbase-site.hbase.master.kerberos.principal": 
"${USER_NAME}/[email protected]",
"site.hbase-site.hbase.master.keytab.file": 
"${AGENT_WORK_ROOT}/keytabs/${USER_NAME}.headless.keytab",
"site.hbase-site.hbase.rest.kerberos.principal": 
"${USER_NAME}/[email protected]",
"site.hbase-site.hbase.rest.keytab.file": 
"${AGENT_WORK_ROOT}/keytabs/${USER_NAME}.headless.keytab",
"site.hbase-site.hbase.thrift.kerberos.principal": 
"${USER_NAME}/[email protected]",
"site.hbase-site.hbase.thrift.keytab.file": 
"${AGENT_WORK_ROOT}/keytabs/${USER_NAME}.headless.keytab"
{code}

*Storm*
{code}
"site.storm-env.storm_server_principal_name": "${USER_NAME}/[email protected]",
"site.storm-env.storm_server_keytab": 
"${AGENT_WORK_ROOT}/keytabs/${USER_NAME}.headless.keytab"
{code}

It would be good if HBase or Storm folks can verify this is the right setup.

> Add default secured appConfig.json file to application packages
> ---------------------------------------------------------------
>
>                 Key: SLIDER-560
>                 URL: https://issues.apache.org/jira/browse/SLIDER-560
>             Project: Slider
>          Issue Type: Bug
>          Components: app-package
>    Affects Versions: Slider 0.50
>            Reporter: Sumit Mohanty
>            Assignee: Jonathan Maron
>         Attachments: SLIDER-560.001.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to