Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up old users and permissions #2531

Merged
merged 1 commit into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions deploy/infrastructure/common/github_actions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ module "github_actions_role" {
]

oidc_subjects_with_wildcards = [
"repo:filecoin-project/storetheindex:*",
"repo:filecoin-project/index-provider:*",
"repo:filecoin-shipyard/index-observer:*",
"repo:filecoin-shipyard/indexstar:*",
"repo:ipni/*:*"
]
}
1 change: 0 additions & 1 deletion deploy/infrastructure/dev/us-east-2/index-provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ data "aws_iam_policy_document" "kms_index_provider" {
"arn:aws:iam::407967248065:user/masih",
"arn:aws:iam::407967248065:user/gammazero",
"arn:aws:iam::407967248065:user/will.scott",
"arn:aws:iam::407967248065:user/ischasny",
]
}

Expand Down
2 changes: 0 additions & 2 deletions deploy/infrastructure/dev/us-east-2/kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ data "aws_iam_policy_document" "kms_sti" {
"arn:aws:iam::407967248065:user/masih",
"arn:aws:iam::407967248065:user/gammazero",
"arn:aws:iam::407967248065:user/will.scott",
"arn:aws:iam::407967248065:user/ischasny",
]
}

Expand Down Expand Up @@ -138,7 +137,6 @@ data "aws_iam_policy_document" "kms_cluster" {
"arn:aws:iam::407967248065:user/masih",
"arn:aws:iam::407967248065:user/gammazero",
"arn:aws:iam::407967248065:user/will.scott",
"arn:aws:iam::407967248065:user/ischasny",
]
}

Expand Down
1 change: 0 additions & 1 deletion deploy/infrastructure/prod/us-east-2/kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ data "aws_iam_policy_document" "kms_sti" {
"arn:aws:iam::407967248065:user/masih",
"arn:aws:iam::407967248065:user/gammazero",
"arn:aws:iam::407967248065:user/will.scott",
"arn:aws:iam::407967248065:user/ischasny",
]
}

Expand Down
16 changes: 0 additions & 16 deletions deploy/manifests/dev/us-east-2/cluster/kube-system/aws-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,3 @@ data:
username: will.scott
groups:
- system:masters
- userarn: arn:aws:iam::407967248065:user/hannahhoward
username: hannahhoward
groups:
- system:masters
- userarn: arn:aws:iam::407967248065:user/mayank.pandey
username: mayank.pandey
groups:
- system:masters
- userarn: arn:aws:iam::407967248065:user/ischasny
username: ischasny
groups:
- system:masters
- userarn: arn:aws:iam::407967248065:user/rodvagg
username: rodvagg
groups:
- system:masters
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,3 @@ data:
username: will.scott
groups:
- system:masters
- userarn: arn:aws:iam::407967248065:user/mayank.pandey
username: mayank.pandey
groups:
- system:masters
- userarn: arn:aws:iam::407967248065:user/ischasny
username: ischasny
groups:
- system:masters
Loading