mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-27 19:17:03 +02:00
416 lines
4.4 KiB
Markdown
416 lines
4.4 KiB
Markdown
## Default Permission
|
|
|
|
Default permissions for the plugin
|
|
|
|
- `allow-close`
|
|
- `allow-connect`
|
|
- `allow-delete-connection`
|
|
- `allow-delete-connections`
|
|
- `allow-delete-request`
|
|
- `allow-duplicate-request`
|
|
- `allow-list-connections`
|
|
- `allow-list-events`
|
|
- `allow-list-requests`
|
|
- `allow-send`
|
|
- `allow-upsert-request`
|
|
|
|
## Permission Table
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Identifier</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:allow-cancel`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the cancel command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:deny-cancel`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the cancel command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:allow-close`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the close command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:deny-close`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the close command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:allow-connect`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the connect command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:deny-connect`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the connect command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:allow-delete-connection`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the delete_connection command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:deny-delete-connection`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the delete_connection command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:allow-delete-connections`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the delete_connections command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:deny-delete-connections`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the delete_connections command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:allow-delete-request`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the delete_request command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:deny-delete-request`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the delete_request command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:allow-duplicate-request`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the duplicate_request command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:deny-duplicate-request`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the duplicate_request command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:allow-list-connections`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the list_connections command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:deny-list-connections`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the list_connections command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:allow-list-events`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the list_events command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:deny-list-events`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the list_events command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:allow-list-requests`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the list_requests command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:deny-list-requests`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the list_requests command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:allow-list-websocket-connections`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the list_websocket_connections command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:deny-list-websocket-connections`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the list_websocket_connections command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:allow-list-websocket-requests`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the list_websocket_requests command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:deny-list-websocket-requests`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the list_websocket_requests command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:allow-send`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the send command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:deny-send`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the send command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:allow-upsert-request`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the upsert_request command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:deny-upsert-request`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the upsert_request command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:allow-upsert-websocket-request`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the upsert_websocket_request command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`yaak-ws:deny-upsert-websocket-request`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the upsert_websocket_request command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|