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

Implement a proper credentials helper #93

Closed aermakov-zalando closed 4 years ago

aermakov-zalando commented 4 years ago

Turns out that Pier One supports OAuth2 tokens smuggled via HTTP Basic auth, which means we can fix login issues and at the same time make pierone login something that the users only need to run once.

Fixes #81, #87, #91. Should also fix #86, but I'm not sure.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.1%) to 79.898% when pulling 9c1c00fc363158f496056d8d5e1237b4628064c0 on cred-helper into dc7a7328b557fd16f4ae799c4d166bcb657c6398 on master.

thilp commented 4 years ago

:+1:

aermakov-zalando commented 4 years ago

👍