Create component for configuring IAM roles for IRSA #1495
Labels
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/enhancement
Improvements or new features
Hello!
Issue details
Users can use IRSA (IAM Roles for Service Accounts) to assign IAM roles to kubernetes workloads. This requires crafting rather complex assume role permissions (see).
They need to create an OIDC provider and then retrieve its ARN and URL to configure the trust relationship of the role. This will look like this:
pulumi-eks/examples/oidc-iam-sa/index.ts
Lines 35 to 59 in b170816
Instead of users to now about the exact format, we could create a component that wraps that.
For example:
Affected area/feature
The text was updated successfully, but these errors were encountered: