From 64a72766147f09c31845c87e1cf5bdb43010b352 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 8 Apr 2018 18:58:37 +0300 Subject: Add: more scopes to clients in Qvisqve --- ick-cluster.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ick-cluster.yml') diff --git a/ick-cluster.yml b/ick-cluster.yml index 10e24c3..ec26f2a 100644 --- a/ick-cluster.yml +++ b/ick-cluster.yml @@ -64,6 +64,12 @@ - uapi_projects_post - uapi_pipelines_get - uapi_pipelines_post + - uapi_projects_id_pipelines_id_get + - uapi_builds_get + - uapi_logs_get + - uapi_logs_id_get + - uapi_workers_get + - uapi_workers_id_get client_secret: hash: "{{ lookup('pipe', 'pass show ick2/liw_hash') }}" salt: "{{ lookup('pipe', 'pass show ick2/liw_salt') }}" @@ -75,6 +81,11 @@ worker1: allowed_scopes: - uapi_version_get + - uapi_workers_post + - uapi_work_id_get + - uapi_work_post + - uapi_blobs_id_put + - uapi_blobs_id_get client_secret: hash: "{{ lookup('pipe', 'pass show ick2/worker1_hash') }}" salt: "{{ lookup('pipe', 'pass show ick2/worker1_salt') }}" @@ -86,6 +97,11 @@ worker2: allowed_scopes: - uapi_version_get + - uapi_workers_post + - uapi_work_id_get + - uapi_work_post + - uapi_blobs_id_put + - uapi_blobs_id_get client_secret: hash: "{{ lookup('pipe', 'pass show ick2/worker2_hash') }}" salt: "{{ lookup('pipe', 'pass show ick2/worker2_salt') }}" -- cgit v1.2.1