mirror of
https://github.com/paralus/paralus.git
synced 2026-03-05 18:40:18 +00:00
multiple fixes and refactored to support from id to name, added resource roles, permissions script and improved test coverage
32 lines
585 B
JSON
32 lines
585 B
JSON
{
|
|
"name": "v2debug.read",
|
|
"resource_urls": [
|
|
{
|
|
"url": "/ui/*filepath",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/prompt/project/:project_id/cluster/:cluster_name",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/kubectlview/project/:project_id/cluster/:cluster_name",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/getlogs/project/:project_id/cluster/:cluster_name",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [],
|
|
"base_url": "/v2/debug",
|
|
"authenticated": true
|
|
} |