Commit a3ee462
committed
SLK-99566 - Remove ECR Push Permissions from AWS CF Onboarding
removed the following permissions from all cloud formation stacks:
- "ecr:PutImage"
- "ecr:InitiateLayerUpload"
- "ecr:UploadLayerPart"
- "ecr:CompleteLayerUpload"
all relevant places:
- single deployment module
* organization deploys stack from S3 which is defined in autoconnect project.
Push permissions are not required by Aqua and are also not wanted by
customers, and since no usage was found for them they are removed here.1 parent 4ba04d2 commit a3ee462
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
281 | 280 | | |
282 | 281 | | |
283 | 282 | | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | 283 | | |
288 | 284 | | |
289 | 285 | | |
| |||
0 commit comments