Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.7.0
-
None
-
None
Description
As documented in
one can specify NiFi node identities to grant permission to proxy user requests and bucket read permission.
What I'd like to propose is to be able to provider a group name there.:
<accessPolicyProvider> <identifier>file-access-policy-provider</identifier> <class>org.a.n.r.s.authorization.file.FileAccessPolicyProvider</class> <property name="Authorizations File">./conf/authorizations.xml</property> <property name="User Group Provider">...</property> <property name="Initial Admin Identity">...</property> <property name="Identity Group Name">my-group</property> </accessPolicyProvider>
which in turn would bless that group with the same permissions as described in the admin guide for
NiFi Identity
(proxying user request and bucket read).
This feature would be very similar to what https://issues.apache.org/jira/browse/NIFI-5542 does.
Attachments
Issue Links
- links to