File tree Expand file tree Collapse file tree 1 file changed +16
-15
lines changed
docs/administration/runner/runner-installation Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -54,26 +54,26 @@ context:
5454
5555---
5656by:
57- group: my-user-group-name
57+ group: my-user-group-name
5858description: Allow "write" access within Runner management at the System level
5959for:
60- resource:
61- - allow:
60+ resource:
61+ - allow:
6262 - admin
63- equals:
63+ equals:
6464 kind: runner
65- context:
66- application: rundeck
65+ context:
66+ application: rundeck
6767---
6868by:
69- group: my-user-group-name
69+ group: my-user-group-name
7070description: Allow creation of apitokens (general)
7171for:
72- apitoken:
73- - allow:
72+ apitoken:
73+ - allow:
7474 - create
75- context:
76- application: rundeck
75+ context:
76+ application: rundeck
7777---
7878by:
7979group: my-user-group-name
8282resource:
8383- allow:
8484 - generate_service_token
85- equals:
85+ equals:
8686 kind: apitoken
87- context:
88- application: rundeck
87+ context:
88+ application: rundeck
8989```
9090
9191* Change ** ` my-user-group-name ` ** in the above ACL policy to the name of the user group that needs to have these permissions.
118118 runner:
119119 - allow:
120120 - create
121+ - update
121122 - read
122123context:
123124 project: my-project-name
@@ -299,4 +300,4 @@ The code snippet for installing the Runner as a Kubernetes deployment is provide
299300
300301On the subsequent screen, the new Runner will be listed along with any other Runners that have been created:
301302
302- ![ Project Runners List] ( /assets/img/runner-list-project.png ) <br >
303+ ![ Project Runners List] ( /assets/img/runner-list-project.png ) <br >
You can’t perform that action at this time.
0 commit comments