mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 17:29:21 +01:00
18 lines
465 B
Markdown
18 lines
465 B
Markdown
|
## Relay Permissions
|
||
|
|
||
|
Relay defines the following permissions, which can be customized by defining the `permissions:` configuration block (see [example-permissions.yml](../example-permissions.yml) for examples).
|
||
|
|
||
|
By default, the following permissions are given to opers:
|
||
|
|
||
|
- `relay.create`
|
||
|
- `relay.destroy`
|
||
|
- `relay.claim`
|
||
|
- `relay.link`
|
||
|
- `relay.delink`
|
||
|
- `relay.linkacl.view`
|
||
|
- `relay.linkacl`
|
||
|
|
||
|
The following permissions are given to all users:
|
||
|
|
||
|
- `relay.linked`
|