Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
l0b0
2 months agoNew Contributor
Connection reset when `podman login` runs `op`
I've set up a https://linuskarlsson.se/blog/podman-credential-helpers/ which runs `op read 'op://[redacted]'` internally. When I run the helper program in a terminal it works fine, prompts for the pa...
1P_Phil
Moderator
2 months agol0b0
2 months agoNew Contributor
5.4.1
- 1P_Phil2 months ago
Moderator
Hi l0b0 ,
Thanks for sharing this. Could you also confirm that you are using the "~/.config/containers/auth.json" file from the blog post?
{ "credHelpers": { "docker.io": "secretservice" } }
Thanks,
Phil- l0b02 months agoNew Contributor
Yep, everything except for the 1Password GUI integration is working as expected:
❯ cat ~/.config/containers/auth.json { "credHelpers": { "registry.gitlab.com": "1password-helper" } } ❯ command -v docker-credential-1password-helper /run/current-system/sw/bin/docker-credential-1password-helper ❯ docker-credential-1password-helper get <<< registry.gitlab.com { "Username": "_", "Secret": "glpat-[redacted]" } ❯ podman login registry.gitlab.com [ERROR] 2025/07/29 08:32:50 could not read secret 'op://[redacted]': error initializing client: connecting to desktop app: read: connection reset, make sure 1Password CLI is installed correctly, then open the 1Password app, select 1Password > Settings > Developer and make sure the 'Integrate with 1Password CLI' setting is turned on. If you're still having trouble connecting, visit https://developer.1password.com/docs/cli/app-integration#troubleshooting for more help. Username (_):
- l0b02 months agoNew Contributor
Any updates on this? Your mailer is starting to bug me to mark an accepted solution.