diqiu50 commented on code in PR #11616:
URL: https://github.com/apache/gravitino/pull/11616#discussion_r3412536508


##########
bundles/iceberg-aliyun-bundle/build.gradle.kts:
##########
@@ -30,6 +30,8 @@ dependencies {
   // Aliyun oss SDK depends on this package, and JDK >= 9 requires manual add
   // 
https://www.alibabacloud.com/help/en/oss/developer-reference/java-installation?spm=a2c63.p38356.0.i1
   implementation(libs.sun.activation)
+  // Include Gravitino Aliyun credential providers (OSSSecretKeyProvider, 
etc.) for credential vending
+  implementation(project(":bundles:aliyun"))

Review Comment:
   Credential vending was introduced in the catalog, so a credential 
implementation is required. It is included in the corresponding bundle.



-- 
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]

Reply via email to