aratno commented on code in PR #3728:
URL: https://github.com/apache/cassandra/pull/3728#discussion_r1896152446
##########
src/java/org/apache/cassandra/audit/AuditLogEntryType.java:
##########
@@ -71,7 +71,8 @@ public enum AuditLogEntryType
LOGIN_ERROR(AuditLogEntryCategory.AUTH),
UNAUTHORIZED_ATTEMPT(AuditLogEntryCategory.AUTH),
LOGIN_SUCCESS(AuditLogEntryCategory.AUTH),
- LIST_SUPERUSERS(AuditLogEntryCategory.DCL);
+ LIST_SUPERUSERS(AuditLogEntryCategory.DCL),
+ JMX(AuditLogEntryCategory.JMX);
Review Comment:
I'd rather start with a basic on / off flag for now, and we can make this
more refined once it gets used. There's room for more specific inclusion /
exclusion criteria, like excluding "boilerplate" GetClassLoader calls made by
the JMX client, etc.
--
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]