summaryrefslogtreecommitdiff
path: root/roles/qvisqve/templates/worker.j2
blob: 6a0c050957db62d453a1009562750e5ae0ebd77a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# secret: /{{ worker_secret }}/
allowed_scopes:
- uapi_version_get
- uapi_workers_post
- uapi_work_get
- uapi_work_post
- uapi_blobs_id_put
- uapi_blobs_id_get
- uapi_notify_post
- uapi_builds_id_get
- uapi_logs_id_get
- uapi_version_get
- uapi_projects_get
- create
- update
- show
- delete
hashed_secret:
    N: 16384
    hash: {{ qvisqve_worker_hash }}
    key_len: 128
    p: 1
    r: 8
    salt: {{ qvisqve_worker_salt }}
    version: 1
id: {{ item }}