markap14 commented on a change in pull request #3536: NIFI-6380: Introduced the
notion of Parameters and Parameter Contexts…
URL: https://github.com/apache/nifi/pull/3536#discussion_r299576490
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/authorization/StandardAuthorizableLookup.java
##########
@@ -158,6 +159,18 @@ public Resource getResource() {
}
};
+ private static final Authorizable PARAMETER_CONTEXTS_AUTHORIZABLE = new
Authorizable() {
+ @Override
+ public Authorizable getParentAuthorizable() {
+ return null;
Review comment:
Makes sense. Will do.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services