mirror of
https://github.com/paralus/paralus.git
synced 2026-08-21 12:26:24 +00:00
feat: changes to view audit logs by project and cluster role users --------- Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
16 lines
310 B
JSON
16 lines
310 B
JSON
{
|
|
"name": "org.relayAudit.read",
|
|
"resource_urls": [
|
|
{
|
|
"url": "",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [],
|
|
"base_url": "/event/v1/audit/relay",
|
|
"description": "Permission to view kubectl audit logs",
|
|
"authenticated": true,
|
|
"scope": "ORGANIZATION"
|
|
} |