summaryrefslogtreecommitdiff
path: root/ick-cluster.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ick-cluster.yml')
-rw-r--r--ick-cluster.yml16
1 files changed, 16 insertions, 0 deletions
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') }}"