mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-13 00:02:58 +02:00
Websocket Support (#159)
This commit is contained in:
@@ -0,0 +1,388 @@
|
||||
## Default Permission
|
||||
|
||||
Default permissions for the plugin
|
||||
|
||||
- `allow-close`
|
||||
- `allow-connect`
|
||||
- `allow-delete-connection`
|
||||
- `allow-delete-connections`
|
||||
- `allow-delete-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-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>
|
||||
Reference in New Issue
Block a user