roryqi commented on code in PR #9785:
URL: https://github.com/apache/gravitino/pull/9785#discussion_r2788506875
##########
bundles/aws/src/main/java/org/apache/gravitino/s3/credential/S3TokenProvider.java:
##########
@@ -37,4 +40,11 @@ public String credentialType() {
public String getGeneratorClassName() {
return "org.apache.gravitino.s3.credential.S3TokenGenerator";
}
+
+ @Override
+ public Set<String> sensitivePropertyKeys() {
+ return Sets.newHashSet(
+ S3CredentialConfig.S3_ACCESS_KEY_ID.getKey(),
+ S3CredentialConfig.S3_SECRET_ACCESS_KEY.getKey());
Review Comment:
Token isn't our catalog property.
--
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]