Fokko commented on issue #1442: URL: https://github.com/apache/iceberg-python/issues/1442#issuecomment-2554197133
It looks like the authentication to the catalog is working fine, but when it triest to perform the scan. That's the first time it will go to the object store to fetch the manifest-list. Based on the configuration, PyIceberg will reach out to the catalog to sign the request to the object store, but there is not token. For me it feels like to login without a password, but I noticed that it is allowed on the Java side: https://github.com/apache/iceberg/blob/91a1505d09cebcd1d088ac53cd42732c343883de/aws/src/main/java/org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.java#L205 Let me create a PR to get this fixed 👍 -- 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]
