frankgh commented on code in PR #4340:
URL: https://github.com/apache/cassandra/pull/4340#discussion_r2301604833


##########
src/java/org/apache/cassandra/db/virtual/SettingsTable.java:
##########
@@ -89,13 +90,34 @@ public DataSet data()
     @VisibleForTesting
     String getValue(Property prop)
     {
+        Credential maybeCredential = prop.getAnnotation(Credential.class);

Review Comment:
   Should a superuser be able to read the data without redaction? I'm thinking 
the behavior should be different for superusers



##########
src/java/org/apache/cassandra/config/EncryptionOptions.java:
##########


Review Comment:
   Should we consider redacting sensitive credentials files on disks as well? 
As not to leak where secrets are on disk



-- 
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: pr-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to