Replies: 1 comment
-
|
Please get yourself familiar with the docs
It's hard to investigate this because I can see you are using some in-house built token server; nobody knows how that's implemented so you will need to provide more details to this discussion if you expect some help e.g. some parts of the decoded JWT token (folks need to see the scopes the token has been granted, etc.) Finally, I strongly advise you to avoid using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I am using docker distribution 2.8.2 and I have enabled bearer authentication.
I am trying to push a docker image to registry, with bearer authentication enabled, the docker push command fails mentioning the requested access to the resource is denied.
When I manually try to push the digest using Curl I am able to push the layer the registry. I am using the below command
The layer is pushed to registry and below log event is produced, also it is the registry
Could you please let me know, when bearer auth is enabled, is it expected the docker pull/push commands would fail?
Also why does the push request works fine with Curl?
Let me know if you need any other information
Thanks,
Hridhil
Beta Was this translation helpful? Give feedback.
All reactions