summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-02-08 19:30:40 +0200
committerLars Wirzenius <liw@liw.fi>2018-02-08 19:30:40 +0200
commitd2904cd092bdad00e53f5fff4f639767966adb0f (patch)
treeffb465cfcb8b3d4764654e17a6b9d9d078f14bb4
parent15f8b2413ab0b5573b8ec419c00b7faa59acef38 (diff)
downloadick2-d2904cd092bdad00e53f5fff4f639767966adb0f.tar.gz
Fix: add missing scope to worker manager
-rwxr-xr-xworker_manager1
1 files changed, 1 insertions, 0 deletions
diff --git a/worker_manager b/worker_manager
index 45b031f..b9b2d93 100755
--- a/worker_manager
+++ b/worker_manager
@@ -225,6 +225,7 @@ class TokenGenerator:
iss = 'localhost'
aud = 'localhost'
scopes = ' '.join([
+ 'uapi_version_get',
'uapi_work_id_get',
'uapi_work_post',
'uapi_workers_post',