io.helidon.openapi.OpenApiFeature
Description
OpenApiFeature prototype
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
web-context | String | /openapi | Web context path for the OpenAPI endpoint |
manager | OpenApiManager | OpenAPI manager | |
services-discover-services | Boolean | true | Whether to enable automatic service discovery for services |
roles | List<String> | openapi | Hints for role names the user is expected to be in |
static-file | String | Path of the static OpenAPI document file | |
weight | Double | 90.0 | Weight of the OpenAPI feature |
services | List<OpenApiService> | OpenAPI services | |
sockets | List<String> | List of sockets to register this feature on | |
manager-discover-services | Boolean | false | Whether to enable automatic service discovery for manager |
permit-all | Boolean | true | Whether to allow anybody to access the endpoint |
enabled | Boolean | true | Sets whether the feature should be enabled |
Deprecated Options
| Key | Type | Description |
|---|---|---|
cors | CrossOriginConfig | CORS config |
Usages
See the manifest for all available types.