docker / docker/docker-credential-helpers
Credentials store docker-credential-osxkeychain exited with "User interaction is not allowed."
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 1.3k
- Forks
- 195
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 5
Description
When I run docker-compose locally, it works just fine, but if I ssh into the machine I get the following:
$ docker-compose up
Building web
Traceback (most recent call last):
File "docker-compose", line 3, in <module>
File "compose/cli/main.py", line 68, in main
File "compose/cli/main.py", line 118, in perform_command
File "compose/cli/main.py", line 926, in up
File "compose/project.py", line 401, in up
File "compose/service.py", line 311, in ensure_image_exists
File "compose/service.py", line 888, in build
File "site-packages/docker/api/build.py", line 207, in build
File "site-packages/docker/api/build.py", line 254, in _set_auth_headers
File "site-packages/docker/auth.py", line 85, in resolve_authconfig
File "site-packages/docker/auth.py", line 129, in _resolve_authconfig_credstore
docker.errors.DockerException: Credentials store error: StoreError('Credentials store docker-credential-osxkeychain exited with "User interaction is not allowed.".',)
Failed to execute script docker-compose
Any ideas?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the reported docker-compose up traceback, especially the Docker credential helper and docker-credential-osxkeychain failure when connected over SSH. Compare local and SSH execution on macOS and inspect the credential-store behavior shown by the stack trace. Done means identifying a reproducible cause and documenting or validating the appropriate fix for remote use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, go, macos
- Domain
- authentication, devops, security
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100