[
https://issues.apache.org/jira/browse/NIFIREG-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16200563#comment-16200563
]
ASF GitHub Bot commented on NIFIREG-32:
---------------------------------------
GitHub user kevdoran opened a pull request:
https://github.com/apache/nifi-registry/pull/18
NIFIREG-32: Add delete as available action for access policy management.
- Add 'delete' as available action for authorization access policies, which
are (resource, action) pairs.
- Add unit tests for AuthorizationService
- Add BadRequestExceptionMapper.
- Move StandardManagedAuthorizer from nifi-registry-security-api-imple to
nifi-registry-framework.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kevdoran/nifi-registry NIFIREG-32
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-registry/pull/18.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 #18
----
commit 68c9936c02b6fb3c5fc7fa897524831d0a902811
Author: Kevin Doran <[email protected]>
Date: 2017-10-11T13:44:45Z
NIFIREG-32: Add delete as available action for access policy management.
- Add 'delete' as available action for authorization access policies, which
are (resource, action) pairs.
- Add unit tests for authorization classes.
- Add BadRequestExceptionMapper.
- Move StandardManagedAuthorizer from nifi-registry-security-api-imple to
nifi-registry-framework.
----
> NiFi Registry add delete action as separate action for authz policies
> ---------------------------------------------------------------------
>
> Key: NIFIREG-32
> URL: https://issues.apache.org/jira/browse/NIFIREG-32
> Project: NiFi Registry
> Issue Type: Improvement
> Reporter: Kevin Doran
> Assignee: Kevin Doran
>
> The security model for NiFi Registry allows setting access policies on
> (resource, action) pairs.
> Currently, available actions are "read", "write".
> This ticket is to add "delete" as an action, distinct from "write"
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)