[
https://issues.apache.org/jira/browse/AMBARI-17189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gautam Borad updated AMBARI-17189:
----------------------------------
Status: Patch Available (was: In Progress)
> 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
>
> Attachments: AMBARI-17189.patch
>
>
> 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)