LuigiDurso commented on issue #9387:
URL: https://github.com/apache/seatunnel/issues/9387#issuecomment-2981030217

   After iceberg dep update from 1.4.2 to 1.6.1 i can specify oauth uri with 
following config:
   
   `Iceberg {
       source_table_name = "xxx"
       # Iceberg catalog configuration using Nessie
       catalog_type = "nessie"
       catalog_name = "iceberg"
       table = "xxx"
       
       # Nessie catalog properties
       iceberg.catalog.config = {
         type = "rest"
         uri = "http://nessie:19120/iceberg/main";
         warehouse = "s3://xxx/"
         io-impl = "org.apache.iceberg.aws.s3.S3FileIO"
         
         // S3 configuration for warehouse storage
         s3.endpoint = "http://nessie:9000";
         s3.access-key-id = "xxx"
         s3.secret-access-key = "xxx"
   
         // Oauth configuration for Rest catalog
         oauth2-server-uri = 
"http://keycloak:8080/realms/iceberg/protocol/openid-connect/token";
         credential = "client1:s3cr3t"
       }`


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