Add support for the new ACI signature extension
This commit is contained in:
parent
8589871f43
commit
81c4513ec1
1 changed files with 1 additions and 0 deletions
|
@ -257,6 +257,7 @@ def os_arch_checker(os, arch):
|
|||
|
||||
|
||||
@verbs.route('/aci/<server>/<namespace>/<repository>/<tag>/sig/<os>/<arch>/', methods=['GET'])
|
||||
@verbs.route('/aci/<server>/<namespace>/<repository>/<tag>/aci.asc/<os>/<arch>/', methods=['GET'])
|
||||
@process_auth
|
||||
def get_aci_signature(server, namespace, repository, tag, os, arch):
|
||||
return _repo_verb_signature(namespace, repository, tag, 'aci', checker=os_arch_checker(os, arch),
|
||||
|
|
Reference in a new issue