mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 00:17:19 +00:00
find permissions -name '*.json' | while read -r file; do
echo Processing $file
sed -i 's|"description": "\([a-zA-Z]\)\([a-zA-Z\ ]*\)\.*",|"description": "\u\1\2",|' $file
done
59 lines
1.0 KiB
JSON
59 lines
1.0 KiB
JSON
{
|
|
"name": "project.registry.read",
|
|
"resource_urls": [
|
|
{
|
|
"url": "/registries/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/registries/:registry_id/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"resource_action_urls": [
|
|
{
|
|
"url": "/registries/:registry_id/validate/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/registries/:registry_id/annotation/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/registries/:registry_id/repositories/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/registries/:registry_id/repositories/:repo/tags/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/registry/images/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
},
|
|
{
|
|
"url": "/registry/image/tags/",
|
|
"methods": [
|
|
"GET"
|
|
]
|
|
}
|
|
],
|
|
"base_url": "/config/v1/projects/:project_id",
|
|
"description": "View project registry information",
|
|
"authenticated": true,
|
|
"scope": "PROJECT"
|
|
} |