Add tufmetadata endpoint

This commit is contained in:
Evan Cordell 2017-04-05 10:03:27 -04:00
parent 1bfca871ec
commit 9515f18fb6
9 changed files with 282 additions and 1 deletions

View file

@ -64,7 +64,7 @@ def generate_registry_jwt(auth_result):
user_event_data = {
'action': 'login',
}
tuf_root = 'quay'
tuf_root = QUAY_TUF_ROOT
if len(scope_param) > 0:
match = get_scope_regex().match(scope_param)