summaryrefslogtreecommitdiff
path: root/docker/auth.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for empty auth keys in config.jsonMatt Fluet2019-08-151-0/+2
* Make dockerpycreds part of the SDK under docker.credentialsJoffrey F2019-04-301-4/+4
* Update test dependencies to latest version, fix some flake8 errorsfix_test_depsJoffrey F2019-01-091-1/+1
* Fix empty authconfig detectionauthconfig_fixJoffrey F2018-11-301-1/+7
* Add some credHelpers testsc6374-credhelpersJoffrey F2018-11-301-1/+1
* Make AuthConfig a dict subclass for backward-compatibilityJoffrey F2018-11-301-7/+11
* Modernize auth managementJoffrey F2018-11-281-156/+232
* Add a missing space in a log messageAdam Dangoor2018-11-051-1/+1
* Fix support for legacy .dockercfg auth config formatJoffrey F2018-06-271-3/+3
* Allow passing of env overrides to credstore through APIClient ctorJoffrey F2018-06-081-5/+8
* Fix authconfig resolution when credStore is used combined with login()1861-credstore_loginJoffrey F2018-02-131-1/+4
* Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separationJoffrey F2018-01-301-34/+41
* Use config.json for detachKeysFumiaki MATSUSHIMA2018-01-301-45/+4
* Add missing call to string format in log messageAlex Villarreal2017-11-211-1/+1
* Daemon expects full URL of hub in auth config dict in build payloadJoffrey F2017-08-171-2/+2
* Support credHelpers section in config.json1633-credhelpers-supportJoffrey F2017-06-221-7/+23
* Fix auth config path on WindowsAanand Prasad2016-12-021-12/+24
* Make docker.auth a single fileBen Firshman2016-11-221-0/+303
* Refactoring, Python 3 compatibility, Tests working with python 3, cleaned up ...shin-2013-10-151-127/+0
|\
| * python3 fixesDeni Bertovic2013-10-031-2/+2
|/
* Fix: authorized but warned non loggued pull/pushMathieu Le Marec - Pasquet2013-09-301-2/+3
* Added utils.ping and used to expand registry URL (http VS https)shin-2013-09-141-1/+4
* Use pseudo-constant for index URLshin-2013-09-101-4/+5
* Added license header to .py filesshin-2013-09-101-0/+14
* Cleanup, externalized into modules, fixed authshin-2013-09-101-0/+108