Replies: 1 comment 1 reply
-
@nyabla #2096 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
edit: it was issues on my end with the JWT
versions I tried on: 1.4.3 and 2.0.0-rc7
my config file: config.json
background: i am trying to run an instance of zot with authentication handled by authentik. i have a sort of proxy in front of the token endpoint of authentik in order to translate the
GET
token request into aPOST
request. The clients I tried (docker cli and podman) are both able to obtain a valid token from this endpoint.problem: zot gives a
500 Internal Server Error
response upon receiving a request with a (valid) bearer token ONLY when theservice
key underbearer
is non-empty. if theservice
key has an empty string (""
) then podman/skopeo get confused.what i tried: making sure that the value of the
aud
key in the jwt matches the value ofservice
, similarly to the auth.docker.io endpoint.Beta Was this translation helpful? Give feedback.
All reactions