11 lines
347 B
JSON
11 lines
347 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(curl -s http://localhost:8080/health)",
|
|
"Bash(curl -s http://localhost:3001/health)",
|
|
"Bash(curl -s -X POST http://localhost:8080/api/auth/login -H 'Content-Type: application/json' -d '{\"username\":\"admin\",\"password\":\"admin123\"}')",
|
|
"Bash(python3 -m json.tool)"
|
|
]
|
|
}
|
|
}
|