Add tufmetadata endpoint
This commit is contained in:
parent
1bfca871ec
commit
9515f18fb6
9 changed files with 282 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue