gianm commented on code in PR #12896: URL: https://github.com/apache/druid/pull/12896#discussion_r944352547
########## server/src/main/java/org/apache/druid/server/security/ResourceType.java: ########## @@ -34,6 +34,7 @@ public static final String STATE = "STATE"; public static final String SYSTEM_TABLE = "SYSTEM_TABLE"; public static final String QUERY_CONTEXT = "QUERY_CONTEXT"; + public static final String EXTERNAL = "EXTERNAL"; Review Comment: Right now, no production code actually uses this permission, so I had left it out of docs. Definitely we should document it when it is used in production code. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
