Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eltaKernel FFI error: Not authorized to perform sts:AssumeRoleWithWebIdentity #112

Open
alberttwong opened this issue Oct 30, 2024 · 3 comments

Comments

@alberttwong
Copy link

alberttwong commented Oct 30, 2024

select * from DELTA_SCAN('s3a://oh-project-ajax/sales/sales/datahubtest/v3') limit 10;
IO Error: Hit DeltaKernel FFI error (from: While trying to read from delta table: 's3a://oh-project-ajax/sales/sales/datahubtest/v3/'): Hit error: 8 (ObjectStoreError) with message (Error interacting with object store: Generic S3 error: Client error with status 403 Forbidden: <ErrorResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
  <Error>
    <Type>Sender</Type>
    <Code>AccessDenied</Code>
    <Message>Not authorized to perform sts:AssumeRoleWithWebIdentity</Message>
  </Error>
  <RequestId>dd2d7c47-b8d0-46f5-8282-93a1a6d25156</RequestId>
</ErrorResponse>
)
@alberttwong
Copy link
Author

however I don't get this issue when I do a ICEBERG_SCAN().

@samansmink
Copy link
Collaborator

Thanks for reporting @alberttwong, How are you authenticating the request? Is the bucket private or public?

@alberttwong
Copy link
Author

i only have an s3 default secret. bucket is private.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants