Files
paralus/components/usermgmt/scripts/resourcepermissions/data/v2debug_read.json
abin-rafay 464a1014db User management (#8)
multiple fixes and refactored to support from id to name, added resource roles, permissions script and improved test coverage
2022-02-03 11:04:01 +05:30

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
}