-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[helm] S3 Exceptions: Wrong region and malformed authorization header #48407
Comments
@airbytehq/platform-deployments can someone take a look in this issue? |
@joeybenamy can you confirm the bucket is in
|
The bucket is in |
Added some more detail @marcosmarxm |
@joeybenamy It seems likely that this is an issue with your configuration of AWS. Can you see if setting the region to eu-west-1 resolves this issue? Otherwise, I would create a new bucket in the us-east-1 (double check that is your region in the console) and try again. |
So I've troubleshooted this a good bit. I've confirmed that the bucket is in the |
@joeybenamy Did you find a resolution for this error? I am running into the same thing after upgrading to helm version
The buckets are indeed in us-east-1. Configuration variables and IAM permissions reflect this also. |
@drewipsonhq Have not found a solution yet. We are still using pre-1.0 due to this issue. |
@joeybenamy Thank you for the quick response. Are you using the helm chart version pre-1.0 or s3 destination image pre-1.0 to resolve this issue? |
@drewipsonhq Good question. We are using the pre-1.0 helm chart version. We aren't using S3 destination. We are experiencing this issue when writing Airbyte logs and state to an S3 bucket |
Ah I thought it could be the state and log bucket since I am also seeing this error on non-s3 related connections (e.g. Hubspot), but I have not had enough time to debug thoroughly. Appreciate the help and feedback. |
@drewipsonhq You're welcome. I think we're going to need a community contribution to get this fixed. I briefly took a look at the code, but need to look some more. I feel like the fix here is pretty simple, a shame it hasn't been fixed yet. This is the last remaining blocker before we can upgrade Airbyte to 1.x. |
@drewipsonhq Hey again. I did some digging through the Airbyte code and I think this error is because Airbyte is not trying to use the S3 bucket we are expecting. The bucket it is trying to use is a default, which is located in
I am in the process of testing this now. I believe Airbyte is trying to use the |
@marcosmarxm @drewipsonhq I spent a few hours yesterday going through the Airbyte platform code and I've discovered the following:
|
Helm Chart Version
1.2.0
What step the error happened?
During the Sync
Relevant information
With Airbyte 1.2.0 and Helm chart 1.2.0, syncs and checks on sources and destinations fail with an HTTP 504. Relevant Helm values:
With the Helm chart configured to use S3 storage for logs and state, starting any sync or running a check for any connector causes the below exception. Example:
An unknown error occurred. (HTTP 504)
Relevant log output
The text was updated successfully, but these errors were encountered: