Skip to content

Commit

Permalink
apps-devstg/us-east-1/k8s-eks-v1.17/cluster adding DevOps SSO role to…
Browse files Browse the repository at this point in the history
… fix lack of AWS EKS web console permissions
  • Loading branch information
exequielrafaela committed Jun 30, 2022
1 parent 75f66ce commit 9c7804f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps-devstg/us-east-1/k8s-eks-v1.17/cluster/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,14 @@ locals {
groups = [
"system:masters"]
},
#
# Allow DevOps SSO role to become cluster admins
#
{
rolearn = "arn:aws:iam::${var.appsdevstg_account_id}:role/aws-reserved/sso.amazonaws.com/AWSReservedSSO_DevOps_5e0501636a32f9c4"
username = "DevOps"
groups = [
"system:masters"]
},
]
}

0 comments on commit 9c7804f

Please sign in to comment.