podman login successful for invalid registries #12988
Unanswered
gshepherd7
asked this question in
Q&A
Replies: 1 comment 10 replies
-
@vrothberg @mtrmac PTAL |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Noticed this as a result of a typo, but it appears that when doing a podman login, as long as a curl GET returns success, that podman will report successful login regardless of the credentials entered. My example...
curl https://test2.di2e.net/v2/
302 Found
sudo podman login https://test2.di2e.net/v2/
Username: asdfadf
Password:
Login Succeeded!
A registry by this name does not exist, however the curl command is reporting found and upon validating the credentials it reports 'Login Succeeded!' even though the registry does not exist and doesn't matter what is entered for user/pass.
Is there something I am missing here with using podman login?
Beta Was this translation helpful? Give feedback.
All reactions