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

Daryn Sharp commented on HADOOP-8779:
-------------------------------------

The security framework currently only uses tokens for authz if and only if 
kerberos is the auth method.  With security "off", this introduces multiple 
code paths with added complexity and reduced code coverage.  Pre-commit 
integration tests cannot verify that authz/tokens work, so devs w/o access to a 
secure cluster may unexpectedly break tokens.

The change to allow tokens with simple auth must be backwards compatible.
                
> Use tokens regardless of authentication type
> --------------------------------------------
>
>                 Key: HADOOP-8779
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8779
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: fs, security
>    Affects Versions: 3.0.0, 2.2.0-alpha
>            Reporter: Daryn Sharp
>            Assignee: Daryn Sharp
>
> Security is a combination of authentication and authorization (tokens).  
> Authorization may be granted independently of the authentication model.  
> Tokens should be used regardless of simple or kerberos authentication.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to