Github user JPercivall commented on a diff in the pull request:
https://github.com/apache/nifi-minifi/pull/43#discussion_r84537920
--- Diff:
minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-framework-core/src/main/java/org/apache/nifi/minifi/status/StatusRequestParser.java
---
@@ -122,15 +122,13 @@ static RemoteProcessGroupStatusBean
parseRemoteProcessGroupStatusRequest(RemoteP
new BulletinQuery.Builder()
.sourceIdMatches(inputRemoteProcessGroupStatus.getId())
.build());
- List<String> authorizationIssues =
inputRemoteProcessGroupStatus.getAuthorizationIssues();
--- End diff --
Why was this removed? Aren't Auth Issues part of S2S?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---