FIX: Added Missing Permission To Gitea User

This commit is contained in:
FahdShalhoub
2026-08-16 19:31:15 +03:00
parent 32506730c7
commit 4ae93d4e39
+1
View File
@@ -619,6 +619,7 @@ func main() {
"Effect": "Allow",
"Action": []string{
"ecr:BatchCheckLayerAvailability",
"ecr:BatchGetImage",
"ecr:PutImage",
"ecr:InitiateLayerUpload",
"ecr:UploadLayerPart",