- OutboundTarget (security.providers.common) Configuration
Configuration options
Required configuration options
| key | type | default value | description |
|---|---|---|---|
name | string | Configure the name of this outbound target. |
Optional configuration options
| key | type | default value | description |
|---|---|---|---|
hosts | string[] | Add supported host for this target. May be called more than once to add more hosts. Valid examples:
| |
methods | string[] | Add supported method for this target. May be called more than once to add more methods. The method is tested as is ignoring case against the used method. | |
paths | string[] | Add supported paths for this target. May be called more than once to add more paths. The path is tested as is against called path, and also tested as a regular expression. | |
transport | string[] | Add supported transports for this target. May be called more than once to add more transports. Valid examples:
There is no wildcard support |