From 35ea7fd587c02cb2b1b0536e4abe5554faeba0ea Mon Sep 17 00:00:00 2001 From: Noah <40781376+noahpb@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:22:25 -0500 Subject: [PATCH] Update docs/reference/configuration/external dependencies/irsa-configuration.md Co-authored-by: Chance <139784371+UnicornChance@users.noreply.github.com> --- .../configuration/external dependencies/irsa-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/configuration/external dependencies/irsa-configuration.md b/docs/reference/configuration/external dependencies/irsa-configuration.md index 07a050636..c68710c2f 100644 --- a/docs/reference/configuration/external dependencies/irsa-configuration.md +++ b/docs/reference/configuration/external dependencies/irsa-configuration.md @@ -15,7 +15,7 @@ There may be additional applications in UDS Core that are not mentioned in this This guide will cover how to configure IRSA for each application. ## Prerequisites -Configuring IRSA requires that you have confifgured an IAM OIDC provider for your cluster. Refer to the IRSA [documentation](https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html) for more information. +Configuring IRSA requires that you have configured an IAM OIDC provider for your cluster. Refer to the IRSA [documentation](https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html) for more information. You must also create IAM Roles and Policies for each application. Refer to the IRSA [documentation](https://docs.aws.amazon.com/eks/latest/userguide/associate-service-account-role.html) for more information.