-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 leaves password in clear #4119
Comments
@QiWang19 PTAL |
support the c/image and podman already support with config in
I think this should be fixed before podman login return |
This issue had no activity for 30 days. In the absence of activity or the "do-not-close" label, the issue will be automatically closed within 7 days. |
Throwing a warning can be done independently of the ongoing work for credStores but it must be done in c/image. @TomSweeneyRedHat, are you interested in opening a PR for c/image? I guess we could do a |
I'll work with @QiWang19 to make this happen |
@QiWang19 @TomSweeneyRedHat What should we do with this one? |
We should keep it. It got lost in the weeds, but is needed. |
@QiWang19 Could you look into fixing this and adding the warning? |
Will fix on adding the warning after the credential helper can be used as default.
|
Accidentally opened #7254 as a duplicate. |
@QiWang19 What is the latest on this? |
A friendly reminder that this issue had no activity for 30 days. |
@QiWang19 Any progress? |
If https://github.com/containers/image/pull/971could finally merged, this can be issue closed by using credential helpers. But I haven't been working on this for a while. And I have no idea why the upstream fix docker/docker-credential-helpers#191 failed the CI. |
A friendly reminder that this issue had no activity for 30 days. |
A friendly reminder that this issue had no activity for 30 days. |
What is the scope of the issue? I think there is a number of mentioned topics which makes it hard to know when can close. Is it credhelpers, is it a warning? Throwing a warning for the default setup may raise the question why it is the default. |
Once we have changed the credhelper to something other the auth.json file, we can close this. For rootless users we should default to gnome-secrets. |
Yes! Respectively to some XDG standard of that… E.g. this |
Yes that looks perfect. |
A friendly reminder that this issue had no activity for 30 days. |
shh #badbot 🔕🤖🔕 …that does still not mean the issue is magically solved. |
@cdoern PTAL |
Just noting that containers/image#1193 supplied the credential helpers bit of this along with this issue: #4123 |
This looks like it might be done based on @TomSweeneyRedHat's comment above. Is there anything else left to do here @rhatdan @vrothberg @QiWang19? |
Yes I believe this is complete. Reopen if I am mistaken. |
I just used the most recent Docker for the first time in a long time and when doing
docker login
I get:In the most up to date podman, 1.6-dev we don't do a similar warning for
podman login
and probably should. We'll also need to make surepodman login
works with a credential helper too. Probably the same story inbuildah login
too.The text was updated successfully, but these errors were encountered: