-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Podman search does not use token authentication #13369
Comments
@dcermak You might want to take a look here: containers/image#1079 |
@mtrmac PTAL |
A friendly reminder that this issue had no activity for 30 days. |
@vrothberg @mtrmac thoughts? |
A friendly reminder that this issue had no activity for 30 days. |
@vrothberg any movement on this? |
Nope. Let's keep the conversation in containers/image#1478 where it needs to be fixed first. |
A friendly reminder that this issue had no activity for 30 days. |
A friendly reminder that this issue had no activity for 30 days. |
For the record, this should be fixed in containers/image#1640 (after Podman updates c/image). |
Fixes: containers#13369 Signed-off-by: Daniel J Walsh <[email protected]>
Closing as containers/image#1640 has been merged into Podman. |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Podman search does not use token authentication when contacting a registry that requires authentication for searching.
Steps to reproduce the issue:
Add
registry.suse.com
tounqualified-search-registries
in/etc/containers/storage.conf
podman search bci-base
Describe the results you received:
Describe the results you expected:
A search result.
Additional information you deem important (e.g. issue happens only occasionally):
The issue seems to be related to the fact that registry.suse.com requires authentication for all users, even for anonymous searches. It responds to an initial request with a
www-authenticate
header, but maybe it is ignored by podman?Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes
The text was updated successfully, but these errors were encountered: