This is an automated email from the ASF dual-hosted git repository.

fanng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 3d05274406 [#8971] Improvement(iceberg): Add 
Endpoint.V1_TABLE_CREDENTIALS to DEFAULT_ENDPOINTS (#8972)
3d05274406 is described below

commit 3d052744066e34f55753dadb222ca169860e45da
Author: Xiaojian Sun <[email protected]>
AuthorDate: Fri Oct 31 10:20:29 2025 +0800

    [#8971] Improvement(iceberg): Add Endpoint.V1_TABLE_CREDENTIALS to 
DEFAULT_ENDPOINTS (#8972)
    
    ### What changes were proposed in this pull request?
    
    Add Endpoint.V1_TABLE_CREDENTIALS to DEFAULT_ENDPOINTS
    
    ### Why are the changes needed?
    
    
    Fix: #8971
    
    ### Does this PR introduce _any_ user-facing change?
    
    N/A
    
    ### How was this patch tested?
    
    N/A
---
 .../apache/gravitino/iceberg/service/rest/IcebergConfigOperations.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/rest/IcebergConfigOperations.java
 
b/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/rest/IcebergConfigOperations.java
index d4caa2b5a5..2e075f1f33 100644
--- 
a/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/rest/IcebergConfigOperations.java
+++ 
b/iceberg/iceberg-rest-server/src/main/java/org/apache/gravitino/iceberg/service/rest/IcebergConfigOperations.java
@@ -75,6 +75,7 @@ public class IcebergConfigOperations {
           .add(Endpoint.V1_REGISTER_TABLE)
           .add(Endpoint.V1_REPORT_METRICS)
           .add(Endpoint.V1_COMMIT_TRANSACTION)
+          .add(Endpoint.V1_TABLE_CREDENTIALS)
           .build();
 
   private static final List<Endpoint> DEFAULT_VIEW_ENDPOINTS =

Reply via email to