forked from taskcluster/taskcluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
access.yml
60 lines (60 loc) · 1.12 KB
/
access.yml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# <service-name-1>
# // tables that this service has access to
# tables:
# <tableName>: [read|write]
# <tableName>: [read|write]
# - ...
auth:
tables:
clients: write
roles: write
github:
tables:
github_builds: write
github_integrations: write
github_checks: write
hooks:
tables:
hooks: write
hooks_queues: write
hooks_last_fires: write
tasks: read
index:
tables:
indexed_tasks: write
index_namespaces: write
notify:
tables:
denylisted_notifications: write
object:
tables:
objects: write
object_hashes: write
purge_cache:
tables:
cache_purges: write
queue:
tables:
queue_artifacts: write
task_groups: write
task_dependencies: write
task_queues: write
queue_workers: write
azure_queue_messages: write
tasks: write
secrets:
tables:
secrets: write
web_server:
tables:
authorization_codes: write
access_tokens: write
sessions: write
github_access_tokens: write
worker_manager:
tables:
workers: write
worker_pools: write
worker_pool_errors: write
queue_workers: read
task_queues: read