You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Ambud Sharma (JIRA)" <ji...@apache.org> on 2017/04/11 00:01:41 UTC

[jira] [Updated] (STORM-2462) Regex transformation for KerberosPrincipalToLocal

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

Ambud Sharma updated STORM-2462:
--------------------------------
    Description: 
In some environments it may be the case that the local unix usernames are different than the ones in Kerberos account. This feature lets you override the username and map it to the one locally available.

Added settings:
storm.principal.mapper.regex = what to replace in the existing principal
storm.principal.mapper.replacement = what to replace in the existing principal with

e.g.

Kerberos principal is 0001@storm.apache.org 
storm.principal.mapper.regex=^
storm.principal.mapper.replacement=A

Would result in local principal=A0001

  was:In some environments it may be the case that the local unix usernames are different than the ones in Kerberos account. This feature lets you override the username and map it to the one locally available.


> Regex transformation for KerberosPrincipalToLocal
> -------------------------------------------------
>
>                 Key: STORM-2462
>                 URL: https://issues.apache.org/jira/browse/STORM-2462
>             Project: Apache Storm
>          Issue Type: Improvement
>            Reporter: Ambud Sharma
>            Assignee: Ambud Sharma
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> In some environments it may be the case that the local unix usernames are different than the ones in Kerberos account. This feature lets you override the username and map it to the one locally available.
> Added settings:
> storm.principal.mapper.regex = what to replace in the existing principal
> storm.principal.mapper.replacement = what to replace in the existing principal with
> e.g.
> Kerberos principal is 0001@storm.apache.org 
> storm.principal.mapper.regex=^
> storm.principal.mapper.replacement=A
> Would result in local principal=A0001



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)