From 02eefdaf87eedf6c5051c7f50310d1d90b08b09e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 10 Sep 2018 19:28:47 +0300 Subject: Add: add "subs" scopes (for Regesta) --- qvisqvetool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qvisqvetool b/qvisqvetool index 23af698..8e319de 100755 --- a/qvisqvetool +++ b/qvisqvetool @@ -337,7 +337,7 @@ class Error(cliapp.AppException): def default_scopes(): - types = ['clients', 'users', 'applications'] + types = ['clients', 'users', 'applications', 'subs'] scopes = [] for resource_type in types: scopes.append('uapi_{}_post'.format(resource_type)) -- cgit v1.2.1