mirror of
https://github.com/paralus/paralus.git
synced 2026-05-09 18:06:38 +00:00
* restructure rcloud-base as a single base controller * updated master.rest * moved sentry from internal to pkg as it is used by relay * removing unused rpc and it's dependencies * Fix usermgmt tests * Don't redefine variables in rest file Co-authored-by: Abin Simon <abin.simon@rafay.co>
28 lines
451 B
JSON
28 lines
451 B
JSON
{
|
|
"name": "lockout.settings.write",
|
|
"resource_urls": [
|
|
{
|
|
"url": "/",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:organization_id/",
|
|
"methods": [
|
|
"PUT",
|
|
"DELETE"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [
|
|
{
|
|
"url": "/:organization_id/set_lockout_settings/",
|
|
"methods": [
|
|
"POST"
|
|
]
|
|
}
|
|
],
|
|
"base_url": "/auth/v3/organizations",
|
|
"authenticated": true
|
|
} |