Koji Kawamura created NIFI-6114:
-----------------------------------
Summary: Some authorization error messages should be more
understandable
Key: NIFI-6114
URL: https://issues.apache.org/jira/browse/NIFI-6114
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Reporter: Koji Kawamura
Attachments: image-2019-03-12-11-01-39-913.png
Authorization error messages are generated by Authorizer.java
https://github.com/apache/nifi/blob/master/nifi-framework-api/src/main/java/org/apache/nifi/authorization/resource/Authorizable.java#L110,L117
But with some resources, the generated messages are confusing, and should be
more understandable.
For example, if a S2S client doesn't have 'receive data via site-to-site'
access policy, it gets "Unable to modify data transfers to Input Port with ID
xxxx."
!image-2019-03-12-11-01-39-913.png!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)