[
https://issues.apache.org/jira/browse/NIFI-4032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16092031#comment-16092031
]
ASF GitHub Bot commented on NIFI-4032:
--------------------------------------
GitHub user mcgilman opened a pull request:
https://github.com/apache/nifi/pull/2019
NIFI-4032: Managed Ranger Authorizer
NIFI-4032: Managed Ranger Authorizer
- Introducing the ManagedRangerAuthorizer.
- Introducing the AuthorizationAuditor.
- Updating authorization requests to utilize Authorizable where ever
possible so allow for a singular place to audit resource not found as denied
when the parent authorizable is null (no more inheritance).
- Updating unit tests as appropriate.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcgilman/nifi NIFI-4032
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/2019.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2019
----
commit c87208d38ac1d46b7304dc737a8f8c332897a4d5
Author: Matt Gilman <[email protected]>
Date: 2017-06-28T14:17:17Z
NIFI-4032:
- Introducing the ManagedRangerAuthorizer.
- Introducing the AuthorizationAuditor.
- Updating authorization requests to utilize Authorizable where ever
possible so allow for a singular place to audit resource not found as denied
when the parent authorizable is null (no more inheritance).
- Updating unit tests as appropriate.
----
> Create Managed Ranger Authorizer
> --------------------------------
>
> Key: NIFI-4032
> URL: https://issues.apache.org/jira/browse/NIFI-4032
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Matt Gilman
> Assignee: Matt Gilman
> Fix For: 1.4.0
>
>
> Update the RangerAuthorizer to implement the ManagedAuthorizer interface.
> This will allow the Ranger policies to be visualized in NiFi UI. May even be
> able to extend the RangerAuthorizer to maintain compatibility with existing
> configurations.
> Additionally, update the RangerAuthorizer's authorize(...) method to consider
> the user's groups.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)