mirror of
https://github.com/paralus/paralus.git
synced 2026-05-07 08:56:42 +00:00
41 lines
680 B
JSON
41 lines
680 B
JSON
{
|
|
"name": "registry.read",
|
|
"resource_urls": [
|
|
{
|
|
"url": "/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:registry_id/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [
|
|
{
|
|
"url": "/:registry_id/validate/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:registry_id/repositories/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/:registry_id/repositories/:repo/tags/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"base_url": "/config/v1/registries",
|
|
"description": "view registry and repository.",
|
|
"authenticated": true,
|
|
"scope": "PROJECT"
|
|
} |