medic / cht-user-management

GNU Affero General Public License v3.0
3 stars 1 forks source link

Support in publishing a new image added to CI job #186

Open paulpascal opened 2 days ago

paulpascal commented 2 days ago

There is an existing job that build and publish the cht-user-management image. To support the cloud base execution of Contact Move we added a job worker that should handle all the contact move job.

So the existing job is now building two images cht-user-management and cht-user-management-worker. When publishing the cht-user-management-worker it fails and display this error:

denied: User: arn:aws:iam::***:user/ci-ecr is not authorized to perform: ecr-public:InitiateLayerUpload on resource: arn:aws:ecr-public::***:repository/cht-user-management-worker because no identity-based policy allows the ecr-public:InitiateLayerUpload action

cc: @henokgetachew @Hareet

paulpascal commented 7 hours ago

Dear @henokgetachew @Hareet, Is there please any update on this ?