Skip to content

Commit a8907a0

Browse files
committed
Grant the crates.io team access to new AWS accounts
In #374, two new AWS accounts for crates.io were created. The team has been given read-only access to these accounts so that they can monitor and debug the SQS queue.
1 parent e081d07 commit a8907a0

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

terragrunt/accounts/root/aws-organization/terragrunt.hcl

+6
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,11 @@ inputs = {
5757
5858
groups = ["infra"]
5959
}
60+
"tobias" = {
61+
given_name = "Tobias"
62+
family_name = "Bieniek"
63+
64+
groups = ["crates-io"]
65+
}
6066
}
6167
}

terragrunt/modules/aws-organization/users.tf

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ locals {
33
billing : aws_identitystore_group.billing
44
infra : aws_identitystore_group.infra
55
infra-admins : aws_identitystore_group.infra-admins
6+
crates-io : aws_identitystore_group.crates_io
67
}
78

89
# Expand var.users into collection of group memberships associations

0 commit comments

Comments
 (0)