fix: Update permissions and API routing for CMS integration
This commit is contained in:
+6
-1
@@ -11,7 +11,12 @@
|
||||
"Bash(mkdir *)",
|
||||
"Bash(ssh *)",
|
||||
"Bash(git fetch *)",
|
||||
"Bash(git add *)"
|
||||
"Bash(git add *)",
|
||||
"Bash(git commit *)",
|
||||
"Bash(git push *)",
|
||||
"Bash(scp *)",
|
||||
"Bash(curl *)",
|
||||
"Bash(sudo *)"
|
||||
]
|
||||
},
|
||||
"$version": 3
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(rm *)",
|
||||
"Bash(sed *)",
|
||||
"Bash(ls *)",
|
||||
"Bash(true)",
|
||||
"Bash(cargo check *)",
|
||||
"Bash(cargo build *)",
|
||||
"Bash(chmod *)",
|
||||
"Bash(mkdir *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user