Where can I find more info on how to configure Kubernetes service accounts?
I see this in the doc
> • At least one IAM role on AWS, GCP, etc. This is the role for the Flyte backend service to assume. You can provision another role for user code to assume as well.
but not sure where to follow up further.
More specifically, I am interested in setting up multiple service account with IRSA, and each Flyte user have a set of SAs they can use to launch tasks, while not allowed to use other SAs.