cryptoe commented on code in PR #12896: URL: https://github.com/apache/druid/pull/12896#discussion_r944351445
########## 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: We might want to add this perm to the security-user-auth.md -- 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]
