[GitHub] nifi-registry pull request #18: NIFIREG-32: Add delete as available action f...

2017-10-12 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/nifi-registry/pull/18


---


[GitHub] nifi-registry pull request #18: NIFIREG-32: Add delete as available action f...

2017-10-11 Thread kevdoran
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 
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.




---