-
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 login should use credential helper if configured #1675
podman login should use credential helper if configured #1675
Comments
After reading this issue, I realized that podman doesn't offer docker's |
No reason, just an oversight. |
@TomSweeneyRedHat Can you add this feature --password-stdin? |
@rhatdan ack |
@QiWang19 Could you look into the passwork helper now also? |
@QiWang19 Did you ever look into this? |
I saw the code in containers/image, podman already supported configure I need to make this fix #3015 to make podman support credHelpers using code from containers/image, but only works for root user |
I thought we got this to work if we did not enter the user namepspace on podman login? |
I mean the pulling error you mentioned. |
Yes we have to work with @giuseppe on that one. Perhaps we grab credentials before going into user namespace. |
Or can we specify a user name to get the credentials? |
Was this ever fixed? |
Was closed by PR #3015 in Podman 1.3.0. Are you still seeing it? |
I'm not convinced that credential-helpers and credstores are handled as they should be by podman/buildah login/logout. There are certainly no tests or documentation anywhere that I can find. I'm going to reopen this until we can at least verify, fix if necessary, and create appropriate tests and documentation. |
Yes @mheon, I see it. Running podman 1.8.0 |
A friendly reminder that this issue had no activity for 30 days. |
@QiWang19 I believe we support credential helpers now, can we close this issue? |
I've not been able to get this to work, might be a personal issue. I'm also not able to see any documenation. If you can point me to documenation that shows how this works, we can close this. Otherwise as a minimum we need to document this before closing this issue. |
@QiWang19 can you help Tom test? |
Add documentation for credHelper. Close containers/podman#1675 Signed-off-by: Qi Wang <[email protected]>
Add documentation for credHelper. Close containers/podman#1675 Signed-off-by: Qi Wang <[email protected]>
Open a PR containers/image#950 to add documentation for credential helpers, but this only works for root, rootless login with credential helper doesn't work because of the d-bus issue. Should add note to the documentation that credential only works for root, and close this issue, or just leave this open? I already have filed a issue #4123 about the rootless podman using credential helper. |
Add documentation for credHelper. Close containers/podman#1675 Signed-off-by: Qi Wang <[email protected]>
Add documentation for credHelper. Close containers/podman#1675 Signed-off-by: Qi Wang <[email protected]>
Add documentation for credHelper. Close containers/podman#1675 Signed-off-by: Qi Wang <[email protected]>
docker login' uses a credential helper. If you try to do
docker login` without a credential helper in play you get a warning:podman login
should also use a credential helper as Docker does.The text was updated successfully, but these errors were encountered: