Commit bb2ab27
authored
Grant prune-buildcache role access to spack-binaries-prs bucket (#1435)
This fixes AccessDenied errors we were seeing in the prune-buildcache-v3
CronJob when attempting to s3:DeleteObject against the spack-binaries-prs
bucket.
This was caused by the fact that the relevant IAM policy only granted this
action on the develop/* prefix of the protected mirror.
Resolve this error by adding ListBucket and DeleteObject on the
PR binary mirror bucket to this policy.1 parent 697f6c8 commit bb2ab27
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
18 | 28 | | |
19 | 29 | | |
20 | 30 | | |
| |||
0 commit comments