smiklosovic commented on a change in pull request #1028:
URL: https://github.com/apache/cassandra/pull/1028#discussion_r644796651
##########
File path: src/java/org/apache/cassandra/audit/AuditLogManager.java
##########
@@ -114,6 +113,11 @@ private void log(AuditLogEntry logEntry)
{
if (!filter.isFiltered(logEntry))
{
+ // we may need to obfuscate password (CASSANDRA-16669)
Review comment:
@sumanth-pasupuleti I believe this is not acually necessary, the code is
pretty much self-evident.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]