plugin:yaak-models|upsert PoC

This commit is contained in:
Gregory Schier
2025-03-26 09:54:42 -07:00
parent b7f62b78b1
commit 17657a4d04
31 changed files with 255 additions and 408 deletions

View File

@@ -5642,41 +5642,21 @@
"type": "string",
"const": "yaak-models:allow-delete"
},
{
"description": "Enables the delete_model command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:allow-delete-model"
},
{
"description": "Enables the upsert command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:allow-upsert"
},
{
"description": "Enables the upsert_model command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:allow-upsert-model"
},
{
"description": "Denies the delete command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:deny-delete"
},
{
"description": "Denies the delete_model command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:deny-delete-model"
},
{
"description": "Denies the upsert command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:deny-upsert"
},
{
"description": "Denies the upsert_model command without any pre-configured scope.",
"type": "string",
"const": "yaak-models:deny-upsert-model"
},
{
"description": "Default permissions for the plugin",
"type": "string",