You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker-Registry-Client used in this project accepts only token field.
Howewer it should also accept access_token field (according to Token Authentication Specification)
Provider: Kubernetes.
Registry: Private docker registry with token authentication (cesanta/docker_auth)
The secret with a name
dockerregistry
was created withkubectl create secret
then added to Pod spec:kubectl apply -f filename
pulls images and installs everything correctlyBut if I'm trying to add keel, I'm getting
401 UNAUTHORIZED
in keel logs:As you can see, keel gets the secret and username/password. But it doesn't work.
Also, if I find these requests in logs of the docker-registry, I see these errors:
The text was updated successfully, but these errors were encountered: