Skip to content

Commit

Permalink
Clean up old push mode IAM Roles (#2431)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-aguilar committed Oct 23, 2023
1 parent 7f21d16 commit 3fb3ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/workflow/cleaner/iam/clean.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Type = "iam"

var (
logger = log.New(os.Stdout, fmt.Sprintf("[%s] ", Type), log.LstdFlags)
roleNamePrefixes = []string{"terraform", "aoc-eks-assume-role", "fargate-profile-role", "lambda"}
roleNamePrefixes = []string{"terraform", "aoc-eks-assume-role", "fargate-profile-role", "lambda", "push-mode-sample-app--"}
policyNamePrefixes = []string{"terraform", "lambda"}
)

Expand Down

0 comments on commit 3fb3ada

Please sign in to comment.