Hey all, Currently looking into integrating Iceberg into our dataplatform setup. However, I'm experiencing some issues with oauth2 integration, specifically with Trino. I would like Trino to pass a JWT to the Iceberg catalog I'm using, or use the exchange-token flow, to enable true multi tenancy. However when I'm looking at the apache implementation of this, it expects a static token or a credential. The exchange flow is implemented but it is unclear to me how one would configure a RestSessionCatalog that would use that flow...
Is that something that is broken? I have found several discussion / PR's regarding this topic: - https://github.com/apache/iceberg/issues/12196 - https://github.com/apache/iceberg/pull/12362 - https://lists.apache.org/thread/j49320100wtpp15dv197fdjqw2hwl91j Thanks for the info! Kind regards
