HttpClientConfig
Example
yaml
baseUrl: http://rd-hds:8080/fhir
auth:
basic:
user: "mario"
password: "itsame"
ssl:
bundle: client
Fields
Field Name | Type | Required | Default | Description |
---|---|---|---|---|
baseUrl | String | Yes | Server base URL. | |
auth | AuthMethod | No | NONE | Authentication configuration. |
ssl | SSL | No | SSL Configuration. |
Other Types
AuthMethod
Field Name | Type | Required | Default | Description |
---|---|---|---|---|
basic | HttpClientBasicAuth | No | Basic auth configuration. | |
cookieToken | HttpClientCookieTokenAuth | No | Cookie token auth configuration. |
SSL
Field Name | Type | Required | Default | Description |
---|---|---|---|---|
bundle | String | Yes | Name of the spring ssl bundle to use for ssl connection. See Agent Configuration/SSL |
HttpClientBasicAuth
Field Name | Type | Required | Default | Description |
---|---|---|---|---|
user | String | Yes | Basic auth username | |
password | String | Yes | Basic auth password |
HttpClientCookieTokenAuth
Field Name | Type | Required | Default | Description |
---|---|---|---|---|
token | String | Yes | Cookie token auth token |