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/11/18 16:23:00 UTC

[jira] [Created] (NIFI-8025) Refactor AccessResource

Bryan Bende created NIFI-8025:
---------------------------------

             Summary: Refactor AccessResource
                 Key: NIFI-8025
                 URL: https://issues.apache.org/jira/browse/NIFI-8025
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Bryan Bende


Over time we have continued to add more and more end-points to AccessResource, and with addition of the SAML work in NIFI-7888, it has become quite large.

We should consider separating some of the end-points into sub resources, most likely one for OIDC, one for SAML, and maybe everything else stays in the original AccessResource.

The paths need to remain the same, but since everything should already be scoped by type like /access/saml/* or /access/oidc/* , they should be able to be moved transparently.



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