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
I'm trying to pull images from our private registry using Podman with a JWT Token instead of LDAP authentication. The JWT Token is valid, but I can't figure out how to use it for pulling images.
Here's what I've tried so far:
Using --authfile with a configured authfile that includes the JWT Token. However, Podman returns an error saying "credential wrong."
Using --creds= with the token, but that doesn't seem to work either.
My questions are:
Is it generally possible to pull images or log in with a JWT Token via Podman?
If so, what’s the best practice to accomplish this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I'm trying to pull images from our private registry using Podman with a JWT Token instead of LDAP authentication. The JWT Token is valid, but I can't figure out how to use it for pulling images.
Here's what I've tried so far:
My questions are:
Thanks in advance for any guidance!
Beta Was this translation helpful? Give feedback.
All reactions