You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/06/21 21:40:00 UTC

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

    [ https://issues.apache.org/jira/browse/NIFI-8025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17366841#comment-17366841 ] 

ASF subversion and git services commented on NIFI-8025:
-------------------------------------------------------

Commit 9744644b9d643dada81566f58dc8a78f008e8fe6 in nifi's branch refs/heads/main from Nathan Gough
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=9744644 ]

NIFI-8025 - Refactored SAML and OIDC Resources to separate classes

This closes #5079

Signed-off-by: David Handermann <ex...@apache.org>


> Refactor AccessResource
> -----------------------
>
>                 Key: NIFI-8025
>                 URL: https://issues.apache.org/jira/browse/NIFI-8025
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Bryan Bende
>            Assignee: Nathan Gough
>            Priority: Major
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> 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)