Skip to content

Commit

Permalink
Add IRSA to the cloud provider table (#1262)
Browse files Browse the repository at this point in the history
* Update index.md

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Update index.md

Signed-off-by: Reshma Abdul Rahim <[email protected]>

---------

Signed-off-by: Reshma Abdul Rahim <[email protected]>
  • Loading branch information
Reshrahim authored Oct 18, 2024
1 parent 1a4173d commit 57f49e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The AWS provider allows you to deploy and connect to AWS resources from a Radius
- [rad CLI]({{< ref "installation#step-1-install-the-rad-cli" >}})
- [Setup a supported Kubernetes cluster]({{< ref "/guides/operations/kubernetes/overview#supported-clusters" >}})
- You will need the cluster's OIDC Issuer URL. [EKS Example](https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html)
- [Create an IAM Policy] (https://docs.aws.amazon.com/eks/latest/userguide/associate-service-account-role.html)
- [Create an IAM Policy](https://docs.aws.amazon.com/eks/latest/userguide/associate-service-account-role.html)


## Setup the AWS IAM Roles for Service Accounts(IRSA) for Radius
Expand Down
1 change: 1 addition & 0 deletions docs/content/guides/operations/providers/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ Radius cloud providers allow you to deploy and connect to cloud resources across
| [Microsoft Azure]({{< ref azure-provider >}}) | [Service Principal](https://learn.microsoft.com/en-us/entra/identity-platform/app-objects-and-service-principals?tabs=browser) | Deploy and connect to Azure resources using Service Principal |
| | [Workload Identity](https://learn.microsoft.com/en-us/entra/workload-id/workload-identities-overview) | Deploy and connect to Azure resources using Workload Identity |
| [Amazon Web Services]({{< ref aws-provider >}}) | [IAM access Key](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html) | Deploy and connect to AWS resources using IAM Access Key |
| | [IAM Roles for Service Accounts](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) | Deploy and connect to AWS resources using AWS IRSA |

0 comments on commit 57f49e1

Please sign in to comment.