Description
OpenApiFeature prototype.Usages
Configuration options
| Key | Kind | Type | Default Value | Description |
|---|---|---|---|---|
enabled | VALUE | Boolean | true | Sets whether the feature should be enabled |
manager | VALUE | i.h.o.OpenApiManager | OpenAPI manager | |
manager-discover-services | VALUE | Boolean | false | Whether to enable automatic service discovery for manager |
permit-all | VALUE | Boolean | true | Whether to allow anybody to access the endpoint |
roles | LIST | String | openapi | Hints for role names the user is expected to be in |
services | LIST | i.h.o.OpenApiService | OpenAPI services | |
services-discover-services | VALUE | Boolean | true | Whether to enable automatic service discovery for services |
sockets | LIST | String | List of sockets to register this feature on | |
static-file | VALUE | String | Path of the static OpenAPI document file | |
web-context | VALUE | String | /openapi | Web context path for the OpenAPI endpoint |
weight | VALUE | Double | 90.0 | Weight of the OpenAPI feature |