Revert "Add get-or-create-store"

This reverts commit 7ffd769240.
This commit is contained in:
Tony
2024-10-03 13:53:59 +08:00
parent 7ffd769240
commit 3acf66ee57
7 changed files with 3 additions and 96 deletions
@@ -1,13 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-get-or-create-store"
description = "Enables the get_or_create_store command without any pre-configured scope."
commands.allow = ["get_or_create_store"]
[[permission]]
identifier = "deny-get-or-create-store"
description = "Denies the get_or_create_store command without any pre-configured scope."
commands.deny = ["get_or_create_store"]
@@ -165,32 +165,6 @@ Denies the get command without any pre-configured scope.
<tr>
<td>
`store:allow-get-or-create-store`
</td>
<td>
Enables the get_or_create_store command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`store:deny-get-or-create-store`
</td>
<td>
Denies the get_or_create_store command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`store:allow-get-store`
</td>
-2
View File
@@ -12,8 +12,6 @@ All operations are enabled by default.
"""
permissions = [
"allow-create-store",
"allow-get-store",
"allow-get-or-create-store",
"allow-clear",
"allow-delete",
"allow-entries",
@@ -344,16 +344,6 @@
"type": "string",
"const": "deny-get"
},
{
"description": "Enables the get_or_create_store command without any pre-configured scope.",
"type": "string",
"const": "allow-get-or-create-store"
},
{
"description": "Denies the get_or_create_store command without any pre-configured scope.",
"type": "string",
"const": "deny-get-or-create-store"
},
{
"description": "Enables the get_store command without any pre-configured scope.",
"type": "string",