REST Connector

REST Connector

  • ol.rest.project.{projectName}.

Property

Type

Description

Property

Type

Description

host

String

RPC hostname.

user

String

User with permission to access the RPC host.

password

String

The password of the user.

isTrustSelfSigned

boolean

By setting this to true, the internal HTTP client will trust self signed certificates.

timeout

int

Sets the timeout in milliseconds before the HTTP client will drop the request.

clientCertificate

String

PEM formatted client certificate.

clientPrivateKey

String

PEM formatted client private key.

headerPropagation

HeaderPropagation

Header Propagation properties

headers

Map<String, String>

HTTP headers properties.

 

  • ol.rest.project.{projectName}.header-propogation.

Property

Type

Description

Property

Type

Description

enabled

boolean

Enables HTTP headers propagation.

headers

List<String>

List of headers to propagate.

 

  • ol.rest.project.{projectName}.headers

Property

Type

Description

Property

Type

Description

accept

String

accept HTTP header (ex: application/json)

content-type

String

content-type HTTP header (ex: application/json).