Skip to content

Commit 4831206

Browse files
committed
Update authorization.md
1 parent d352283 commit 4831206

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/administration/security/authorization.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,11 @@ Type Properties Actions Description
424424
| " | | `view_history` | View job executions history |
425425
| `node` | "rundeck_server", "nodename", ... | `read` | View the node in the UI (see [Node resource properties](#node-resource-properties)) |
426426
| " | | `run` | Run jobs/adhoc on the node |
427-
| `runner` | "project", "id" | `read` | Read Runner Listing |
427+
| `runner` | "name", "id", "tags" | `read` | Read Runner Listing |
428+
| " | | `create` | Create new Runner entries |
429+
| " | | `update` | Update existing Runner entries |
430+
| " | | `delete` | Delete Runner entries |
431+
| " | | `ping` | Execute the ping command to check Runner status |
428432
| " | | `admin` | Full access to manage Runners |
429433

430434

@@ -437,9 +441,6 @@ _Note_: `runAs` and `killAs` actions only apply to certain API endpoints, and al
437441
_Note_:
438442
Job deletion requires allowing the 'delete' action both at the generic type and specific resource levels.
439443

440-
_Note_:
441-
`runner` properties "project" is looking for a project name, and "id" is for the Runner's ID.
442-
443444
Recall that defining rules for a generic resource type is done in this way:
444445

445446
```yaml

0 commit comments

Comments
 (0)