From 2d1f31f63c8ce91e46c812e90b18966bcf28ff21 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 4 Aug 2019 20:11:21 +0300 Subject: Fix: get scopes for using Muck --- icktool | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'icktool') diff --git a/icktool b/icktool index 64b0793..e11202f 100755 --- a/icktool +++ b/icktool @@ -67,6 +67,10 @@ class Icktool(cliapp.Application): 'uapi_blobs_id_get', 'uapi_blobs_id_put', 'uapi_notify_post', + 'show', + 'create', + 'update', + 'delete', ] + scopes_for_types(types) def add_settings(self): -- cgit v1.2.1