https://flyte.org logo
#flyte-deployment
Title
# flyte-deployment
m

Mike Morgan

05/23/2023, 8:50 PM
Hi flyte team. I am trying to configure s3 storage with iam authentication and I can’t figure out how to pass the role itself. It is assuming service account is setup with the right iam roles similar to eks irsa?
d

David Espejo (he/him)

05/23/2023, 9:30 PM
Hi @Mike Morgan and welcome to the Flyte community Yes, the default assumption is you're using IRSA
so in the
values
file you would pass the role as:
Copy code
serviceAccount:
  create: enable
  annotations:
    <http://eks.amazonaws.com/role-arn|eks.amazonaws.com/role-arn>: "arn:aws:iam::<aws-account-id>:role/<IAM_ROLE_NAME>"
m

Mike Morgan

05/23/2023, 9:31 PM
Nice! Thank you
d

David Espejo (he/him)

05/23/2023, 9:32 PM
3 Views