c-thiel opened a new issue, #2823: URL: https://github.com/apache/iceberg-python/issues/2823
### Apache Iceberg version None ### Please describe the bug 🐞 When using remote-signing with PyIceberg I receive a 401 Authorized error as soon as the initial token expires. Subsequent calls to other endpoints of the Catalog, such as listing namespaces, work even with the same sessions. So I believe while the token is refreshed successfully for the Catalog, this new token is not used for signing requests. Especially Keycloak per default hands out tokens with 1min lifetime, which makes this very notable if a single table load takes longer than this. I was hoping that someone deeper in the Codebase might have already have a good solution in mind? Otherwise I will try to find some time to dig into this. ### Willingness to contribute - [ ] I can contribute a fix for this bug independently - [ ] I would be willing to contribute a fix for this bug with guidance from the Iceberg community - [ ] I cannot contribute a fix for this bug at this time -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
