Skip to content

Commit

Permalink
chore: 🤖 oops remove these ex-devs (#3638)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria authored Dec 18, 2024
1 parent 2503531 commit 0bb09f7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ resource "elasticsearch_opensearch_roles_mapping" "security_manager_app_logs" {
users = [
"arn:aws:iam::754256621582:user/cloud-platform/manager-concourse",
"arn:aws:iam::754256621582:user/JaskaranSarkaria",
"arn:aws:iam::754256621582:user/PoornimaKrishnasamy",
"arn:aws:iam::754256621582:user/SteveWilliams",
"arn:aws:iam::754256621582:user/SabluMiah",
"arn:aws:iam::754256621582:user/TomSmith",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ resource "elasticsearch_opensearch_roles_mapping" "security_manager" {
users = [
"arn:aws:iam::754256621582:user/cloud-platform/manager-concourse",
"arn:aws:iam::754256621582:user/JaskaranSarkaria",
"arn:aws:iam::754256621582:user/PoornimaKrishnasamy",
"arn:aws:iam::754256621582:user/SteveWilliams",
"arn:aws:iam::754256621582:user/SabluMiah",
"arn:aws:iam::754256621582:user/TomSmith",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,26 +142,11 @@ module "eks" {
# Out of the box you can't specify groups to map, just users. Some people did some workarounds
# we can explore later: https://ygrene.tech/mapping-iam-groups-to-eks-user-access-66fd745a6b77
map_users = [
{
userarn = "arn:aws:iam::754256621582:user/PoornimaKrishnasamy"
username = "PoornimaKrishnasamy"
groups = ["system:masters"]
},
{
userarn = "arn:aws:iam::754256621582:user/paulWyborn"
username = "paulWyborn"
groups = ["system:masters"]
},
{
userarn = "arn:aws:iam::754256621582:user/SabluMiah"
username = "SabluMiah"
groups = ["system:masters"]
},
{
userarn = "arn:aws:iam::754256621582:user/SteveMarshall"
username = "SteveMarshall"
groups = ["system:masters"]
},
{
userarn = "arn:aws:iam::754256621582:user/JackStockley"
username = "JackStockley"
Expand Down

0 comments on commit 0bb09f7

Please sign in to comment.