Kevin Phan
10/24/2022, 9:11 PM0.35.28-alpha which asks for non-empty values for AWS Access ID and secret Keys. Is this version capable of supporting IRSA for S3 as a destination?
• What deployment is making to call to S3? I would think it is the airbyte-worker .
• Our prod instance is failing to connect to the S3 logging bucket. Would that be configured the same way? Ie allow access to the logging bucket to the K8s servuce Account.
Thanks in advance!user
10/25/2022, 2:58 PMKevin Phan
10/25/2022, 3:15 PMuser
10/25/2022, 3:23 PMKevin Phan
10/25/2022, 3:24 PMKevin Phan
10/25/2022, 3:28 PMKevin Phan
10/25/2022, 4:41 PM0.40.0-alphaKevin Phan
10/25/2022, 6:01 PM- patch: |
apiVersion: v1
kind: ServiceAccount
metadata:
name: airbyte-admin
namespace: airbyte
annotations:
<http://eks.amazonaws.com/role-arn|eks.amazonaws.com/role-arn>: "<MY ARN>/airbyte-airbyte-admin"
target:
kind: ServiceAccount
name: airbyte-admin
Assuming the Service account has the right permissions this should work? Only thing is i can seem to leave the Access and Secret Keys empty in the Airbyte UIuser
10/25/2022, 6:49 PMKevin Phan
10/25/2022, 6:51 PMKevin Phan
10/25/2022, 6:51 PMuser
10/26/2022, 1:36 PMKevin Phan
10/26/2022, 2:57 PMNataly Merezhuk (Airbyte)
10/26/2022, 3:27 PMKevin Phan
10/27/2022, 1:49 PMuser
10/27/2022, 5:06 PMKevin Phan
10/27/2022, 5:17 PMkubectl get deploy -n airbyte
NAME READY UP-TO-DATE AVAILABLE AGE
airbyte-db 1/1 1 1 6h56m
airbyte-minio 1/1 1 1 222d
airbyte-pod-sweeper 1/1 1 1 222d
airbyte-scheduler 1/1 1 1 222d
airbyte-server 1/1 1 1 6h56m
airbyte-temporal 1/1 1 1 6h56m
airbyte-webapp 1/1 1 1 6h56m
airbyte-worker 1/1 1 1 6h56m
these are the pods that were deployed to K8s . I am trying to create an IAM role that connects to an existing OIDC provider. I would like to connect the pod to the Service account (airbyte-admin) that will inherit permissions to query S3. (see diagram attached). So i guess im wondering which of these deployments are hitting S3. that way we can patch the service account to that pod.Kevin Phan
10/27/2022, 5:18 PMairbyte-worker is patched but that doesn't look like it worked so maybe airbyte-server is doing the S3 request? a bit unsureNataly Merezhuk (Airbyte)
10/27/2022, 5:30 PMKevin Phan
10/27/2022, 5:50 PMKevin Phan
10/28/2022, 2:36 PMuser
11/01/2022, 11:19 AM