Skip to content

io.helidon.openapi.OpenApiFeature

Description

OpenApiFeature prototype

Configuration options

KeyTypeDefaultDescription
web-contextString/openapiWeb context path for the OpenAPI endpoint
managerOpenApiManagerOpenAPI manager
services-discover-servicesBooleantrueWhether to enable automatic service discovery for services
rolesList<String>openapiHints for role names the user is expected to be in
static-fileStringPath of the static OpenAPI document file
weightDouble90.0Weight of the OpenAPI feature
servicesList<OpenApiService>OpenAPI services
socketsList<String>List of sockets to register this feature on
manager-discover-servicesBooleanfalseWhether to enable automatic service discovery for manager
permit-allBooleantrueWhether to allow anybody to access the endpoint
enabledBooleantrueSets whether the feature should be enabled

Deprecated Options

KeyTypeDescription
corsCrossOriginConfigCORS config

Usages


See the manifest for all available types.