You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Gautam Borad (JIRA)" <ji...@apache.org> on 2016/06/13 10:19:20 UTC

[jira] [Created] (AMBARI-17189) Change in Atlas authorization from class based to value based

Gautam Borad created AMBARI-17189:
-------------------------------------

             Summary: Change in Atlas authorization from class based to value based
                 Key: AMBARI-17189
                 URL: https://issues.apache.org/jira/browse/AMBARI-17189
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.4.0
            Reporter: Gautam Borad
            Assignee: Gautam Borad
             Fix For: 2.4.0


Atlas plugin configuration for Ranger in application.properties has been changed from class based to value based:
previously its value was a class : 
{code}
atlas.authorizer.impl = org.apache.atlas.authorize.SimpleAtlasAuthorizer
{code}
and on enabling plugin its value was :  
{code}
atlas.authorizer.impl = org.apache.ranger.authorization.atlas.authorizer.RangerAtlasAuthorizer
{code}
This has been *changed to* : 
{code}atlas.authorizer.impl = simple {code}
and on enabing Ranger plugin its value will be 
{code} atlas.authorizer.impl = ranger {code}




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