add missing metrics scope to admin role

new scope defined, but not added to admin

In the future, the admin list should probably be derived automatically
This commit is contained in:
Min RK
2022-01-24 15:35:57 +01:00
parent 4ca2344af7
commit 17b64280e8

View File

@@ -45,6 +45,7 @@ def get_default_roles():
'access:services',
'access:servers',
'read:roles',
'read:metrics',
],
},
{