-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-design-doc
Description
c/image and podman already support "credHelpers", but only works for config in /run/user/0/auth.json and sudo podman login
with config in /run/user/1000/auth.json and podman login got error
{
"credHelpers": {
"docker.io": "secretservice"
}
}
$ podman login docker.io
Error: error reading auth file: error getting credentials - err: exit status 1, out: `Exhausted all available authentication mechanisms (tried: EXTERNAL) (available: EXTERNAL)`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-design-doc