pvillard31 commented on code in PR #11247:
URL: https://github.com/apache/nifi/pull/11247#discussion_r3267533607


##########
nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/StandardNiFiServiceFacade.java:
##########
@@ -4619,36 +4619,86 @@ public StatusHistoryEntity getNodeStatusHistory() {
     }
 
     private boolean authorizeBulletin(final Bulletin bulletin) {
+        return authorizeBulletin(bulletin, null);

Review Comment:
   Should getBulletinBoard and clearBulletinsForComponent also pass the owning 
ProcessGroup into authorizeBulletin, so bulletins sourced inside a connector's 
managed flow are not reported as canRead=false on the bulletin board and on the 
clear-bulletins response, or is that intentionally left for a follow-up?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to