Skip to content

Commit

Permalink
add r-inf-terraform, updte cloud admin to system:masters
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 11, 2023
1 parent e3977f7 commit f90e99b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions examples/full-cluster-tf-upgrade/aws-auth/aws-auth.auto.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@ aws_auth_users = [
]
aws_auth_roles = [
{
rolearn : ""
aws_rolename : "r-inf-cloud-admin"
username : "admin"
groups = ["eks-console-dashboard-full-access-group"]
rolearn = ""
aws_rolename = "r-inf-cloud-admin"
username = "admin"
groups = ["system:masters", "eks-console-dashboard-full-access-group"]
},
{
rolearn = ""
aws_rolename = "r-inf-terraform"
username = "admin"
groups = ["system:masters", "eks-console-dashboard-full-access-group"]
},
]

0 comments on commit f90e99b

Please sign in to comment.