FANNG1 commented on code in PR #9785:
URL: https://github.com/apache/gravitino/pull/9785#discussion_r2798788696
##########
bundles/gcp/src/main/java/org/apache/gravitino/gcs/credential/GCSTokenProvider.java:
##########
@@ -37,4 +40,9 @@ public String credentialType() {
public String getGeneratorClassName() {
return "org.apache.gravitino.gcs.credential.GCSTokenGenerator";
}
+
+ @Override
+ public Set<String> sensitivePropertyKeys() {
+ return
Sets.newHashSet(GCSCredentialConfig.GCS_CREDENTIAL_FILE_PATH.getKey());
Review Comment:
the credential path seems not a secret.
--
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]