Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.5.0
-
None
-
None
Description
In NIFIREG-206 we added support for public access to buckets. As part of this, we moved the authorization of proxies from X509IdentityAuthenticationProvider, into the new FrameworkAuthorizer. In the new code, the NiFiUser object for the proxy user is not created the same way and does not end up having it's potential groups, so any policies granting /proxy to a group will not take effect.