nastra commented on code in PR #13718:
URL: https://github.com/apache/iceberg/pull/13718#discussion_r2248296463
##########
aws/src/test/java/org/apache/iceberg/aws/s3/signer/TestS3V4RestSignerClient.java:
##########
@@ -59,7 +59,24 @@ static void beforeAll() {
"client_secret",
"12345",
"scope",
- "sign")),
+ "catalog")),
Review Comment:
so when is the scope actually set to `sign` for the S3 signer then? Maybe
this was already a regression with https://github.com/apache/iceberg/pull/9839,
which we should fix. It seems a bit weird that this always defaults to the
`catalog` scope even though the signer has its own default scope
--
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]