zalando-stups / pierone-cli

DEPRECATED: Convenient command line client for STUPS' Pier One Docker registry
http://docs.stups.io/en/latest/components/pierone.html#command-line-client
Other
10 stars 13 forks source link

Fix 'pierone login' on Mac #82

Closed aermakov-zalando closed 5 years ago

aermakov-zalando commented 5 years ago

Docker for Mac uses the Keychain credentials helper by default, which causes the auth token to be ignored. There was an attempt at fixing it by deleting the credsStore key, but the actual key is called credSstore ¯\_(ツ)_/¯. Instead of removing stuff from the user's Docker config, just configure the URL to not use a credentials helper explicitly.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.03%) to 80.532% when pulling 96e260f7824f6dda5c446eb8dbc2b374c4d21912 on fix-mac-login into 04d10d01e194ddf7dfed5eeab4d9d85c530a357a on master.

aermakov-zalando commented 5 years ago

👍

jmcs commented 5 years ago

:+1: