Hi flyte team. I am trying to configure s3 storage...
# flyte-deployment
w
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?
a
Hi @white-petabyte-82371 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>"
w
Nice! Thank you
๐Ÿ‘๐Ÿฝ 1
a
165 Views