This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/util/security
Evan Cordell 2661db7485 Add flag to enable trust per repo (#2541)
* Add flag to enable trust per repo

* Add api for enabling/disabling trust

* Add new LogEntryKind for changing repo trust settings
Also add tests for repo trust api

* Add `set_trust` method to repository

* Expose new logkind to UI

* Fix registry tests

* Rebase migrations and regen test.db

* Raise downstreamissue if trust metadata can't be removed

* Refactor change_repo_trust

* Add show_if to change_repo_trust endpoint
2017-04-15 08:26:33 -04:00
..
__init__.py Refactor the util directory to use subpackages. 2015-08-03 16:04:19 -04:00
aes.py Refresh base image and python dependencies 2016-01-27 11:36:40 -05:00
crypto.py remove all default keys (#1485) 2016-05-23 16:00:48 -04:00
fingerprint.py Add a uniqueness hash to derived image storage to break caching over tags 2016-06-20 16:34:52 -04:00
instancekeys.py Make sure to iterate over a copy of the public_keys dictionary 2016-06-07 18:20:42 -04:00
jwtutil.py Use the instance service key for registry JWT signing 2016-06-07 11:58:10 -04:00
registry_jwt.py Add flag to enable trust per repo (#2541) 2017-04-15 08:26:33 -04:00
signing.py Fix missing argument change 2016-05-23 17:44:22 -04:00
ssh.py Refresh base image and python dependencies 2016-01-27 11:36:40 -05:00
ssl.py DNS name check got reversed; breaks wildcards 2017-01-29 11:51:37 -05:00