:wave: Can I use IRSA to connect to S3 ? I saw som...
# kubernetes
m
👋 Can I use IRSA to connect to S3 ? I saw some issues about it but I'm not sure if it's done or not
m
You should be able to connect using latest version
m
Do I need to set (or unset) any variables ? I'm using helm to deploy
I'm seeing a lot of
Copy code
Cannot end publish with com.van.logging.aws.S3PublishHelper@12f39a11 due to error: Cannot end publishing: Cannot publish to S3: The AWS Access Key Id you provided does not exist in our records. (Service: Amazon S3; Status Code: 403; Error Code: InvalidAccessKeyId; Request ID: JGF3257BEGB90FX7; S3 Extended Request ID: wJi8gJubnfo35qj4iRHZb32V4r9VKw0PUYJOUrPkUwWxfEMQkS27T09/FGM3Eg3+liip0z+Ormk=; Proxy: null)
my conf :
Copy code
logs:
    minio:
      enabled: false
    s3:
      enabled: true
      bucket: airbyte-202207011239304001
      bucketRegion: eu-west-1
g
Facing the same issue (also Helm + latest version) i'm using an IAM User in the meantime but Airbyte is the only service that needs this. I tried to remove
AWS_
environment variables but could not start server/worker because it stopped on a validation error.