JetBrains / space-issues-import

Import issues into JetBrains Space 🚀
Apache License 2.0
18 stars 13 forks source link

Docker Run 403 Error #13

Open Snuggles-The-Penguin opened 1 year ago

Snuggles-The-Penguin commented 1 year ago

Whenever I try to run this container I receive a 403 error.

I have omitted the options for obvious reasons.

Command: sudo docker run public.registry.jetbrains.space/p/space/containers/space-issues-import:latest

Error: Unable to find image 'public.registry.jetbrains.space/p/space/containers/space-issues-import:latest' locally

latest: Pulling from p/space/containers/space-issues-import f5d23c7fed46: Downloading eaa7ca9a16a1: Downloading d7d34b884c95: Downloading 209B/209B 2f5c4c7609d9: Downloading 63ef2792fd9e: Download complete be84ab8f0426: Download complete

docker: error parsing HTTP 403 response body: invalid character '<' looking for beginning of value: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\nAccessDeniedThe ciphertext refers to a customer master key that does not exist, does not exist in this region, or you are not allowed to access.YG4P3P7RBDZTZBFG24IKTk3F+uuLt5GToSMxaiNLvbehUaAXdjE/yU8W2+eHytSyo/eq41L4d5PPIhIZ2TXqWGtmntQ=".

See 'docker run --help'.

AlexusYT commented 1 year ago

Similar issue, but the message is "docker: error parsing HTTP 403 response body: invalid character '<' looking for beginning of value: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>User: arn:aws:sts::966*******581:assumed-role/prod-pkg-registry-green-ecsTaskRole/47cc************************5399 is not authorized to perform: kms:Decrypt on resource: arn:aws:kms:eu-west-1:966******581:key/f8******-****-****-****-********f3db because no resource-based policy allows the kms:Decrypt action</Message><RequestId>0YX1XG3T57G41AF7</RequestId><HostId>XSVlf9iDG1giUKkkbQNOmKSVsb/NeM6Lh5rqU3cupxiO510VKTLVycTE1nwhAQWtYloxlYQc3YE=</HostId></Error>".

Geeky-Mechanic commented 1 year ago

This error is still happening

jvl1v5 commented 8 months ago

I also get this error (tried with wsl2 debian podman run command and ubuntu docker run)

Trying to pull public.registry.jetbrains.space/p/space/containers/space-issues-import:latest...
Getting image source signatures
Copying blob eaa7ca9a16a1 [--------------------------------------] 0.0b / 3.1MiB
Copying blob 63ef2792fd9e done
Copying blob f5d23c7fed46 [--------------------------------------] 0.0b / 25.8MiB
Copying blob d7d34b884c95 [--------------------------------------] 0.0b / 209.0b
Copying blob be84ab8f0426 done
Copying blob 2f5c4c7609d9 [--------------------------------------] 0.0b / 186.2MiB
Error: reading blob sha256:f5d23c7fed465a9eb762fc4c3cccd551a05914aba42492ceb972497db4df38bf: Error fetching blob: invalid status code from registry 403 (Forbidden)
docker run public.registry.jetbrains.space/p/space/containers/space-issues-import:latest
Unable to find image 'public.registry.jetbrains.space/p/space/containers/space-issues-import:latest' locally
latest: Pulling from p/space/containers/space-issues-import
f5d23c7fed46: Downloading 
eaa7ca9a16a1: Downloading 
d7d34b884c95: Retrying in 15 seconds 
2f5c4c7609d9: Downloading 
63ef2792fd9e: Download complete 
be84ab8f0426: Download complete 
docker: error parsing HTTP 403 response body: invalid character '<' looking for beginning of value: "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Error><Code>AccessDenied</Code><Message>User: arn:aws:sts::966530686581:assumed-role/prod-pkg-registry-green-ecsTaskRole/28dbd5348a994701b795851bfe762f58 is not authorized to perform: kms:Decrypt on resource: arn:aws:kms:eu-west-1:966530686581:key/f8ad511c-8b1a-40f4-9186-d23eb763f3db because no resource-based policy allows the kms:Decrypt action</Message><RequestId>M2FY14MDD5HGEZ4J</RequestId><HostId>z/eXkn7/sCs2mmhSX2bPB8yD2KIeT4SRjpjNzkRkdF8tOwON2ZQppQ7NwZeItsudHixjt9c4vOU=</HostId></Error>".
See 'docker run --help'.