Skip to content

Commit 89eabe2

Browse files
authored
Update creating-runners.md
Project-based ACL was missing 'update' action in the Runner. System-based ACL had the YAML code broken.
1 parent b9c204a commit 89eabe2

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

docs/administration/runner/runner-installation/creating-runners.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,26 @@ context:
5454
5555
---
5656
by:
57-
group: my-user-group-name
57+
group: my-user-group-name
5858
description: Allow "write" access within Runner management at the System level
5959
for:
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
---
6868
by:
69-
group: my-user-group-name
69+
group: my-user-group-name
7070
description: Allow creation of apitokens (general)
7171
for:
72-
apitoken:
73-
- allow:
72+
apitoken:
73+
- allow:
7474
- create
75-
context:
76-
application: rundeck
75+
context:
76+
application: rundeck
7777
---
7878
by:
7979
group: my-user-group-name
@@ -82,10 +82,10 @@ for:
8282
resource:
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.
@@ -118,6 +118,7 @@ for:
118118
runner:
119119
- allow:
120120
- create
121+
- update
121122
- read
122123
context:
123124
project: my-project-name
@@ -299,4 +300,4 @@ The code snippet for installing the Runner as a Kubernetes deployment is provide
299300

300301
On 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>

0 commit comments

Comments
 (0)