Skip to content

Commit b5dae96

Browse files
typeidclaude
andcommitted
fix: preserve ci user access keys in janitor aws-nuke config
The janitor was deleting the ci IAM user's access keys because only the "e2e" user was protected. Add the "ci" user and its access keys to the preserve filters so aws-nuke skips them. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d950c61 commit b5dae96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/janitor/aws-nuke-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,13 @@ accounts:
102102
# ---------------------------------------------------------------
103103
IAMUser:
104104
- "e2e"
105+
- "ci"
105106

106107
IAMUserAccessKey: &e2e-user-filters
107108
- property: UserName
108109
value: "e2e"
110+
- property: UserName
111+
value: "ci"
109112
IAMUserPolicyAttachment: *e2e-user-filters
110113
IAMUserPolicy: *glob-all
111114
IAMUserGroupAttachment: *e2e-user-filters

0 commit comments

Comments
 (0)