Admin
Get configuration property value
Returns the value of a single configuration property.
This operation may fail for one of the following reasons:
- Property not found or not configured (HTTP error 404)
- A server error occurred (HTTP error 500)
get/admin/config/properties/{propertyName}
Response
The configuration property value.
Example response
{
"name": "registry.auth.owner-only-authorization",
"value": "true",
"type": "boolean",
"label": "Owner Only Authorization",
"description": "When enabled, the registry will allow only the artifact owner (creator) to modify an artifact."
}