Github user bbende commented on a diff in the pull request:
https://github.com/apache/nifi-registry/pull/14#discussion_r142480736
--- Diff: nifi-registry-assembly/pom.xml ---
@@ -137,6 +137,8 @@
<nifi.registry.security.truststorePasswd />
<nifi.registry.security.needClientAuth />
<nifi.registry.security.authorized.users>./conf/authorized-users.xml</nifi.registry.security.authorized.users>
+
<nifi.security.user.authorizer>managed-authorizer</nifi.security.user.authorizer>
--- End diff --
Is the nifi.registry.security.authorized.users still needed?
---