Open shoce opened 3 years ago
I got the error code : 403
http: non-successful response (status=403 body=\"{\\\"errors\\\":[{\\\"code\\\":\\\"DENIED\\\",\\\"message\\\":\\\"invalid token\\\"}]}\\n\")"
@kosgug This issue looks like a different type: 403 usually means that authentication was successful but authorization failed. In my case there is 401 status that means the credentials were not sent by the registry client (keel) or not accepted by the registry server.
We are using a self-hosted Gitlab instance and store the docker images in the registry provided by the Gitlab. Using microk8s on an Ubuntu machine. We have all the secrets connected to the deployment and k8s downloads the image successfully. But keel has troubles with accessing the registry. Any leads how to fix?