janhoy commented on a change in pull request #372: URL: https://github.com/apache/solr/pull/372#discussion_r742983203
########## File path: solr/core/src/java/org/apache/solr/security/PermissionNameProvider.java ########## @@ -48,6 +48,7 @@ SECURITY_EDIT_PERM("security-edit", null), SECURITY_READ_PERM("security-read", null), METRICS_READ_PERM("metrics-read", null), + HEALTH_PERM("health", unmodifiableSet(new HashSet<>(asList("*", null)))), Review comment: I'll defer Java11 cleanup to a separate issue. -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org