summaryrefslogtreecommitdiff
path: root/docker/auth/auth.py
Commit message (Expand)AuthorAgeFilesLines
* Don't break when parsing unknown config keys927-config-parsingJoffrey F2016-02-091-4/+19
* Add HttpHeaders support in load_configPavel Kravchenko2016-01-181-3/+8
* Treat 'index.docker.io' repo names as 'docker.io'Aanand Prasad2015-12-101-4/+11
* Refactor resolve_authconfig testsAanand Prasad2015-12-101-6/+1
* Update auth.resolve_repository_nameJoffrey F2015-11-231-21/+17
* Fix #627Alejandro Brito Monedero2015-10-291-1/+1
* Fix auth.load_config bug calling parse_authAlejandro Brito Monedero2015-10-271-1/+1
* Merge pull request #802 from docker/785-docker_config_envJoffrey F2015-10-131-54/+54
|\
| * Use DOCKER_CONFIG environment variable to look up auth config785-docker_config_envJoffrey F2015-10-091-54/+54
* | Use url-safe base64 when encoding auth header803-urlsafe-b64Joffrey F2015-10-091-1/+1
|/
* Add logging for auth loading/resolutionAanand Prasad2015-08-201-6/+29
* Merge branch 'fix-build-auth' of https://github.com/moutten/docker-py into mo...Joffrey F2015-07-201-6/+0
|\
| * Switch to send full AuthConfig object for build actionMatt Outten2015-07-171-6/+0
* | Use constant for deprecation message in auth.pyJoffrey F2015-07-201-3/+4
* | Stop pinging registries from the clientAanand Prasad2015-07-201-18/+13
|/
* Prefer new Docker config location and format.Kevin Martin2015-06-281-12/+44
* Update docker-py to use a more portable sense of HOME.Matt Moore2015-05-211-1/+1
* Modify expand_registry_url to support v2 private registries.support_v2_private_registryJoffrey F2015-04-221-1/+1
* Handle passwords with ':' characters.dlorenc2015-03-031-1/+1
* shorter convert_to_hostnameJoffrey F2015-02-271-3/+1
* Update resolve_authconfig to bring it in line with Docker clientAanand Prasad2015-02-271-27/+19
* Additional tests and small improvement to auth.resolve_authconfigJoffrey F2015-02-011-2/+2
* fix registry url canonicalization in resolve_authconfigJames Pharaoh2015-01-291-1/+1
* removed exception thrown if registry.hub.docker.com is explicitly defined in ...Ken Leidal2015-01-081-1/+1
* updated parameter name to make more sense.abanna2014-12-181-6/+4
* adding the ability to login with different dockercfg files.Alex Banna2014-12-181-4/+12
* Fix expand_registry_rul to be consistent with docker client.Matt Moore2014-11-251-4/+2
* Don't fallback to HTTP unless insecure_registry is specified when pushing/pul...insecure_registryJoffrey F2014-08-221-6/+12
* Relative 'errors' imports, for consistencyAanand Prasad2014-04-231-1/+1
* Create scope for docker client specific errorsEvgeniy L2014-04-061-6/+9
* Updated unit tests API version, flake8 fixesshin-2014-04-041-0/+1
* Make sure the build command in the client sends the auth credentials along. R...Joseph Schorr2014-04-041-0/+10
* Fixes for flake8Evgeniy L2014-03-281-1/+1
* Use relative importsAanand Prasad2014-01-161-1/+1
* Rework auth config loading and use of auth data for login/pull/pushMaxime Petazzoni2014-01-071-41/+59
* fix auth ping to httpsFernando2013-11-281-1/+1
* Fixed auth stuff for Python 3shin-2013-11-151-2/+2
* Avoid an additional level of indentationshin-2013-11-081-21/+23
* Don't fail loading the configuration when .dockercfg doesn't existMaxime Petazzoni2013-11-071-27/+30
* Fixed typoJason Sommer2013-10-201-1/+1
* Refactoring, Python 3 compatibility, Tests working with python 3, cleaned up ...shin-2013-10-151-0/+130