io.helidon.cors.CrossOriginConfig
Description
Represents information about cross origin request sharing
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
allow- | List< | * | Sets the allow headers |
allow- | Boolean | false | Sets the allow credentials flag |
max- | Long | 3600 | Sets the maximum age |
allow- | List< | * | Sets the allowOrigins |
expose- | List< | Sets the expose headers | |
path- | String | {+} | Updates the path prefix for this cross-origin config |
allow- | List< | * | Sets the allow methods |
enabled | Boolean | true | Sets whether this config should be enabled or not |
Usages
openapi.cors security.providers. idcs- role- mapper. oidc- config. cors security.providers. oidc. cors server.features. observe. cors server.features. openapi. cors server.features. security. security. providers. idcs- role- mapper. oidc- config. cors server.features. security. security. providers. oidc. cors
See the manifest for all available types.