fix(aws): add EC2 snapshot perms to user-min-permissions#81509
Conversation
WalkthroughTwo EC2 permissions, ChangesEC2 Snapshot Permissions
Estimated code review effort: 1 (Trivial) | ~2 minutes Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER]
A total of 12811 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@deepsm007: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/lgtm |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bear-redhat, deepsm007, hector-vido The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/pj-rehearse skip |
|
@YamunadeviShanmugam: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse ack |
|
@YamunadeviShanmugam: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
Skipping the tests as the CI runs are blocked by other issues - this PR is needed to unblock origin PRs |
ec2:CreateSnapshotandec2:DescribeSnapshotsto the minimal AWS user policy applied viaiam:PutUserPolicyfor minted CI usersSummary by CodeRabbit
This updates the OpenShift CI minimal AWS user permissions flow so minted CI users can work with EC2 snapshots when
AWS_INSTALL_USE_MINIMAL_PERMISSIONS=yes. Practically, theipi-conf-aws-user-min-permissionsstep now grantsec2:CreateSnapshotandec2:DescribeSnapshotsin addition to the existing snapshot delete permission, aligning the minted-user policy with the snapshot operations needed during AWS-based installation workflows.