Airbyte 1.2.0 on Kubernetes/EKS: Cannot create new sources as "Test the Source" fails with HTTP 500 #48809
Labels
area/platform
issues related to the platform
autoteam
community
team/compose
team/platform-move
type/bug
Something isn't working
Helm Chart Version
1.2.0
What step the error happened?
Other
Relevant information
Observation
I just installed Airbyte 1.2.0 on Kubernetes / AWS EKS. When creating a new connection and clicking the "Set up source" button, the "Test the Source" panel shows "An unexpected error occurred. Please report this if the issue persists. (HTTP 500)". This happens always when setting up a JIRA and GitLab sources (not tested with other connectors).
Analysis
The source testing involves the step where the airbyte-workload-launcher pod spawns a new pod source-jira-check which terminates with exceptions. Then the launcher reports internal server error to the UI because of the exception:
The exception in workload-launcher
The exception in the source-jira-chek pod is:
Indeed, the source test pod is instantiated with the manifest:
Among the 3 containers in the source test pod, the init container fails with the exception above and stays not ready, Error state whereas the other containers are in not ready, Initializing state:
Analyzing the environment of the init container does not contain the AWS_SECRET_ACCESS_KEY and AWS_ACCESS_KEY_ID env. variables (and others), while the environment of the connector-sidecar container contains them. BTW, the env. of the main container contains almost nothing, so it might fail after the init container too.
The values.yaml this helm chart is installed with is:
Note:
Suggestion
Relevant log output
The text was updated successfully, but these errors were encountered: