Skip to content

Commit

Permalink
chore(eks): map test-infra-reader aws role to k8s group
Browse files Browse the repository at this point in the history
Signed-off-by: Massimiliano Giovagnoli <[email protected]>
  • Loading branch information
maxgio92 authored and poiana committed Mar 25, 2024
1 parent 29c71e2 commit d1bf2f0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/clusters/prow.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,17 @@ eks_default_worker_group_asg_desired_capacity = 3
eks_default_worker_group_asg_max_capacity = 10
eks_jobs_worker_group_asg_max_capacity = 20
eks_jobs_arm_worker_group_asg_max_capacity = 20

eks_roles = [
{
rolearn = "arn:aws:iam::292999226676:role/github_actions-test-infra-cluster"
username = "githubactions-test-infra-cluster"
groups = ["system:masters"]
},
{
rolearn = "arn:aws:iam::292999226676:role/github_actions-test-infra-reader"
username = "githubactions-test-infra-reader"
groups = ["aws-config-readers"]
},
]

0 comments on commit d1bf2f0

Please sign in to comment.