mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-20 14:47:15 +02:00
Websocket Support (#159)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-cancel"
|
||||
description = "Enables the cancel command without any pre-configured scope."
|
||||
commands.allow = ["cancel"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-cancel"
|
||||
description = "Denies the cancel command without any pre-configured scope."
|
||||
commands.deny = ["cancel"]
|
||||
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-close"
|
||||
description = "Enables the close command without any pre-configured scope."
|
||||
commands.allow = ["close"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-close"
|
||||
description = "Denies the close command without any pre-configured scope."
|
||||
commands.deny = ["close"]
|
||||
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-connect"
|
||||
description = "Enables the connect command without any pre-configured scope."
|
||||
commands.allow = ["connect"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-connect"
|
||||
description = "Denies the connect command without any pre-configured scope."
|
||||
commands.deny = ["connect"]
|
||||
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-delete-connection"
|
||||
description = "Enables the delete_connection command without any pre-configured scope."
|
||||
commands.allow = ["delete_connection"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-delete-connection"
|
||||
description = "Denies the delete_connection command without any pre-configured scope."
|
||||
commands.deny = ["delete_connection"]
|
||||
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-delete-connections"
|
||||
description = "Enables the delete_connections command without any pre-configured scope."
|
||||
commands.allow = ["delete_connections"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-delete-connections"
|
||||
description = "Denies the delete_connections command without any pre-configured scope."
|
||||
commands.deny = ["delete_connections"]
|
||||
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-delete-request"
|
||||
description = "Enables the delete_request command without any pre-configured scope."
|
||||
commands.allow = ["delete_request"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-delete-request"
|
||||
description = "Denies the delete_request command without any pre-configured scope."
|
||||
commands.deny = ["delete_request"]
|
||||
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-list-connections"
|
||||
description = "Enables the list_connections command without any pre-configured scope."
|
||||
commands.allow = ["list_connections"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-list-connections"
|
||||
description = "Denies the list_connections command without any pre-configured scope."
|
||||
commands.deny = ["list_connections"]
|
||||
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-list-events"
|
||||
description = "Enables the list_events command without any pre-configured scope."
|
||||
commands.allow = ["list_events"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-list-events"
|
||||
description = "Denies the list_events command without any pre-configured scope."
|
||||
commands.deny = ["list_events"]
|
||||
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-list-requests"
|
||||
description = "Enables the list_requests command without any pre-configured scope."
|
||||
commands.allow = ["list_requests"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-list-requests"
|
||||
description = "Denies the list_requests command without any pre-configured scope."
|
||||
commands.deny = ["list_requests"]
|
||||
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-list-websocket-connections"
|
||||
description = "Enables the list_websocket_connections command without any pre-configured scope."
|
||||
commands.allow = ["list_websocket_connections"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-list-websocket-connections"
|
||||
description = "Denies the list_websocket_connections command without any pre-configured scope."
|
||||
commands.deny = ["list_websocket_connections"]
|
||||
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-list-websocket-requests"
|
||||
description = "Enables the list_websocket_requests command without any pre-configured scope."
|
||||
commands.allow = ["list_websocket_requests"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-list-websocket-requests"
|
||||
description = "Denies the list_websocket_requests command without any pre-configured scope."
|
||||
commands.deny = ["list_websocket_requests"]
|
||||
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-send"
|
||||
description = "Enables the send command without any pre-configured scope."
|
||||
commands.allow = ["send"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-send"
|
||||
description = "Denies the send command without any pre-configured scope."
|
||||
commands.deny = ["send"]
|
||||
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-upsert-request"
|
||||
description = "Enables the upsert_request command without any pre-configured scope."
|
||||
commands.allow = ["upsert_request"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-upsert-request"
|
||||
description = "Denies the upsert_request command without any pre-configured scope."
|
||||
commands.deny = ["upsert_request"]
|
||||
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-upsert-websocket-request"
|
||||
description = "Enables the upsert_websocket_request command without any pre-configured scope."
|
||||
commands.allow = ["upsert_websocket_request"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-upsert-websocket-request"
|
||||
description = "Denies the upsert_websocket_request command without any pre-configured scope."
|
||||
commands.deny = ["upsert_websocket_request"]
|
||||
Reference in New Issue
Block a user