Sign in
agent:

List IAM roles using OIDC provider

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

For Prod Cluster: (Roles with OIDC usage)

eks-prod-341-alb-ingress

eks-prod-341-efs-csi-driver

aws iam list-roles --query 'Roles[*].{RoleName:RoleName,OIDC_Provider:AssumeRolePolicyDocument.Statement[].Principal.Federated}' --output json | jq .
copied