010Soham opened a new pull request, #2846: URL: https://github.com/apache/iceberg-python/pull/2846
What does this change do? - RestCatalog now passes its AuthManager into FileIO so downstream components can reuse a live token. - S3V4RestSigner now calls the AuthManager’s auth_header() when no static token is provided, ensuring the signer gets a fresh bearer token. - Added a unit test to verify the signer pulls the Authorization header from an AuthManager. Why is this needed? - After the AuthManager refactor, the signer no longer received a token, causing remote signing to 401 for REST catalog users (e.g., Lakekeeper/MinIO). This restores token propagation and refresh. How was this tested? - make lint - make test - uv run python -m pytest tests/io/test_fsspec.py -k auth_manager -v Closes #2544 -- 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]
