roryqi commented on code in PR #9785:
URL: https://github.com/apache/gravitino/pull/9785#discussion_r2788516343
##########
core/src/main/java/org/apache/gravitino/Configs.java:
##########
@@ -288,6 +288,16 @@ private Configs() {}
.booleanConf()
.createWithDefault(false);
+ public static final ConfigEntry<Boolean> FILTER_SENSITIVE_PROPERTIES =
+ new ConfigBuilder("gravitino.authorization.filterSensitiveProperties")
+ .doc(
+ "Whether to filter sensitive properties in catalog responses. "
+ + "When enabled, sensitive properties like passwords and
secret keys will be "
+ + "hidden from users without appropriate permissions")
+ .version(ConfigConstants.VERSION_1_1_0)
Review Comment:
Yes, I should fix this.
--
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]