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 2019/06/11 18:07:00 UTC

[jira] [Commented] (NIFIREG-206) Support anonymous read-only access to a bucket

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

Bryan Bende commented on NIFIREG-206:
-------------------------------------

Posted a new pull request that replaces the work-in-progress mentioned above.

> Support anonymous read-only access to a bucket
> ----------------------------------------------
>
>                 Key: NIFIREG-206
>                 URL: https://issues.apache.org/jira/browse/NIFIREG-206
>             Project: NiFi Registry
>          Issue Type: Improvement
>            Reporter: Bryan Bende
>            Assignee: Bryan Bende
>            Priority: Minor
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently in a secure NiFi Registry, all users must authenticate with a valid identity based on one of the authentication mechanisms that has been configured (client certs, LDAP, or kerberos). If a request comes in with no user credentials, then we create an anonymous user which will be denied access.
> We should support a way to indicate that a bucket can be read by anyone (i.e. the anonymous user). This would allow there to be a bucket where publicly available flows can be shared, but only those users with write permissions to the bucket can add flows, and other buckets can remain private.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)