mirror of
https://github.com/paralus/paralus.git
synced 2026-05-14 12:26:37 +00:00
41 lines
686 B
JSON
41 lines
686 B
JSON
{
|
|
"name": "kubeconfig.read",
|
|
"base_url": "/v2/sentry/kubeconfig",
|
|
"description": "view all kubeconfig information.",
|
|
"resource_urls": [
|
|
{
|
|
"url": "/user",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/ssouser",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [
|
|
{
|
|
"url": "/user/:account_id/setting",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/ssouser/:account_id/setting",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/organization/:organization_id/setting",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"authenticated": true,
|
|
"scope": "PROJECT"
|
|
} |