yodle / docker-registry-client

A Python REST client for the Docker Registry
Apache License 2.0
58 stars 58 forks source link

Add: Authorization service support for registry v2 #22

Closed Seb-Solon closed 8 years ago

Seb-Solon commented 8 years ago

Hi there,

This is an attempt to add support for token based authentication in a v2 registry : see https://github.com/docker/distribution/blob/master/docs/spec/auth/token.md

I tried to keep the addition simple in order to not impact other use case

Feel free to comment ! :smile:

Seb-Solon commented 8 years ago

Hi, is this project still accepting PR ?

munk commented 8 years ago

@Seb-Solon yes it is, sorry I've been a little slow to get back about it!

Seb-Solon commented 8 years ago

Thanks for the answer! :smile: