You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Bryan Bende (Jira)" <ji...@apache.org> on 2020/01/31 14:36:00 UTC

[jira] [Created] (NIFIREG-356) Classpath element of Authorizer is not used

Bryan Bende created NIFIREG-356:
-----------------------------------

             Summary: Classpath element of Authorizer is not used
                 Key: NIFIREG-356
                 URL: https://issues.apache.org/jira/browse/NIFIREG-356
             Project: NiFi Registry
          Issue Type: Bug
    Affects Versions: 0.5.0
            Reporter: Bryan Bende
            Assignee: Bryan Bende
             Fix For: 1.0.0


The authorizers.xml of nifi registry has the same schema as nifi and the authorizer element has a classpath element where the value is a comma separated list of resources to add to the authorizer's classpath.

In nifi registry this value is ignored and never used in the create method: https://github.com/apache/nifi-registry/blob/master/nifi-registry-core/nifi-registry-framework/src/main/java/org/apache/nifi/registry/security/authorization/AuthorizerFactory.java#L340



--
This message was sent by Atlassian Jira
(v8.3.4#803005)