[
https://issues.apache.org/jira/browse/NIFIREG-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16242358#comment-16242358
]
ASF GitHub Bot commented on NIFIREG-33:
---------------------------------------
Github user kevdoran commented on the issue:
https://github.com/apache/nifi-registry/pull/29
@bbende thanks a lot for the thorough review! I fixed the integration test
configuration so that they uncovered the runtime issues you ran into, and then
fixed those. I made changes based on your other recommendations as well -
thanks a lot for finding them and providing a solution for the clean shutdown
of the authorizers. I agreed with all of those and added a commit with all
changes. I rebased the branch off of the updated master as well.
Whenever you get a chance, you can re-review and let me know if there is
anything else to be addressed. Thanks!
> Add LDAP and JWT identity providers NiFi Registry security framework
> --------------------------------------------------------------------
>
> Key: NIFIREG-33
> URL: https://issues.apache.org/jira/browse/NIFIREG-33
> Project: NiFi Registry
> Issue Type: Improvement
> Reporter: Kevin Doran
> Assignee: Kevin Doran
>
> The initial addition of a security model to the NiFi Registry framework only
> included support for certificates as a means of establishing client identity
> for authentication.
> In order to support more flexible methods of client authentication, this
> ticket is to provider two new identity providers:
> * LDAPProvider - will verify username/password for authentication and allow
> JWT token generation via the REST API
> * JWTIdentityProvider - will authenticate tokens that were generated by the
> registry on subsequent requests.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)