doc/configuration: fix ldap role mapping example
To group is called `cancel-build`, not `cancel-builds` (note the trailing `s`).
This commit is contained in:
parent
c511315b6b
commit
f6d45b0f0c
|
@ -185,7 +185,7 @@ Example configuration:
|
||||||
hydra_admin = admin
|
hydra_admin = admin
|
||||||
# Allow all users in the dev group to restart jobs and cancel builds
|
# Allow all users in the dev group to restart jobs and cancel builds
|
||||||
dev = restart-jobs
|
dev = restart-jobs
|
||||||
dev = cancel-builds
|
dev = cancel-build
|
||||||
</role_mapping>
|
</role_mapping>
|
||||||
</ldap>
|
</ldap>
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue