From d9ab088d45c449387f3230072ecaf221ee207789 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 25 Apr 2018 19:29:18 +0300 Subject: Change: add scopes for liw, workers to get id-less scope to get work --- ick-cluster.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ick-cluster.yml b/ick-cluster.yml index fa32f95..b7dc93d 100644 --- a/ick-cluster.yml +++ b/ick-cluster.yml @@ -63,13 +63,15 @@ - uapi_projects_get - uapi_status_get - uapi_projects_post + - uapi_projects_id_get - uapi_projects_id_put + - uapi_projects_id_delete - uapi_pipelines_get + - uapi_pipelines_id_delete - uapi_projects_id_status_get - uapi_projects_id_status_put - uapi_pipelines_post - uapi_pipelines_id_put - - uapi_projects_id_pipelines_id_get - uapi_builds_get - uapi_logs_get - uapi_logs_id_get @@ -87,7 +89,7 @@ allowed_scopes: - uapi_version_get - uapi_workers_post - - uapi_work_id_get + - uapi_work_get - uapi_work_post - uapi_blobs_id_put - uapi_blobs_id_get @@ -103,7 +105,7 @@ allowed_scopes: - uapi_version_get - uapi_workers_post - - uapi_work_id_get + - uapi_work_get - uapi_work_post - uapi_blobs_id_put - uapi_blobs_id_get -- cgit v1.2.1