capistrant commented on code in PR #19552:
URL: https://github.com/apache/druid/pull/19552#discussion_r3482430594


##########
server/src/main/java/org/apache/druid/server/security/AuthorizationUtils.java:
##########
@@ -50,6 +53,9 @@ public class AuthorizationUtils
       ResourceType.DATASOURCE
   );
 
+  private static final String METRIC_ACCESS_DENIED = "auth/accessDenied";

Review Comment:
   I might consider `auth/forbidden` but that feels like personal preference so 
just sharing in case you are interested



-- 
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]

Reply via email to