summaryrefslogtreecommitdiff
path: root/ick-cluster.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-08 18:58:37 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-08 18:58:37 +0300
commit64a72766147f09c31845c87e1cf5bdb43010b352 (patch)
tree004fd03334b1d1ca3917a2a6a4e31832418bf979 /ick-cluster.yml
parent6e2dac0e26d2a804f2cbbb2e726e5fd67589cfb3 (diff)
downloadick2-ansible-64a72766147f09c31845c87e1cf5bdb43010b352.tar.gz
Add: more scopes to clients in Qvisqve
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') }}"