You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should these credential helpers work in a Swarm? I'm using docker-credential-pass and I can see it working okay on the Swarm manager. But when I execute docker stack deploy --with-registry-auth the nodes don't seem to receive credentials correctly anymore (with or without same cred helper on worker nodes).
I'm reviewing moby/moby#31063 but can't seem to find docs on this behavior.
The text was updated successfully, but these errors were encountered:
I figured out the issue. When running pass insert docker-credential-helpers/docker-pass-initialized-check I had to leave the passphrase empty. Otherwise it never worked with the swarm (never could find image). See also #102 (comment). I'm not sure if this is intended behavior or not but regardless, could use some documentation around all this.
Should these credential helpers work in a Swarm? I'm using
docker-credential-pass
and I can see it working okay on the Swarm manager. But when I executedocker stack deploy --with-registry-auth
the nodes don't seem to receive credentials correctly anymore (with or without same cred helper on worker nodes).I'm reviewing moby/moby#31063 but can't seem to find docs on this behavior.
The text was updated successfully, but these errors were encountered: