|
31 | 31 |
|
32 | 32 | |Key|Description|Type|Default Value|
|
33 | 33 | |---|-----------|----|-------------|
|
| 34 | +|ca|The TLS certificate authority in PEM format (this option is ignored if caFile is also set)|`string`|`<nil>` |
34 | 35 | |caFile|The path to the CA file for TLS on this API|`string`|`<nil>`
|
| 36 | +|cert|The TLS certificate in PEM format (this option is ignored if certFile is also set)|`string`|`<nil>` |
35 | 37 | |certFile|The path to the certificate file for TLS on this API|`string`|`<nil>`
|
36 | 38 | |clientAuth|Enables or disables client auth for TLS on this API|`string`|`<nil>`
|
37 | 39 | |enabled|Enables or disables TLS on this API|`boolean`|`false`
|
38 | 40 | |insecureSkipHostVerify|When to true in unit test development environments to disable TLS verification. Use with extreme caution|`boolean`|`<nil>`
|
| 41 | +|key|The TLS certificate key in PEM format (this option is ignored if keyFile is also set)|`string`|`<nil>` |
39 | 42 | |keyFile|The path to the private key file for TLS on this API|`string`|`<nil>`
|
40 | 43 | |requiredDNAttributes|A set of required subject DN attributes. Each entry is a regular expression, and the subject certificate must have a matching attribute of the specified type (CN, C, O, OU, ST, L, STREET, POSTALCODE, SERIALNUMBER are valid attributes)|`map[string]string`|`<nil>`
|
41 | 44 |
|
|
98 | 101 |
|
99 | 102 | |Key|Description|Type|Default Value|
|
100 | 103 | |---|-----------|----|-------------|
|
| 104 | +|ca|The TLS certificate authority in PEM format (this option is ignored if caFile is also set)|`string`|`<nil>` |
101 | 105 | |caFile|The path to the CA file for TLS on this API|`string`|`<nil>`
|
| 106 | +|cert|The TLS certificate in PEM format (this option is ignored if certFile is also set)|`string`|`<nil>` |
102 | 107 | |certFile|The path to the certificate file for TLS on this API|`string`|`<nil>`
|
103 | 108 | |clientAuth|Enables or disables client auth for TLS on this API|`string`|`<nil>`
|
104 | 109 | |enabled|Enables or disables TLS on this API|`boolean`|`false`
|
105 | 110 | |insecureSkipHostVerify|When to true in unit test development environments to disable TLS verification. Use with extreme caution|`boolean`|`<nil>`
|
| 111 | +|key|The TLS certificate key in PEM format (this option is ignored if keyFile is also set)|`string`|`<nil>` |
106 | 112 | |keyFile|The path to the private key file for TLS on this API|`string`|`<nil>`
|
107 | 113 | |requiredDNAttributes|A set of required subject DN attributes. Each entry is a regular expression, and the subject certificate must have a matching attribute of the specified type (CN, C, O, OU, ST, L, STREET, POSTALCODE, SERIALNUMBER are valid attributes)|`map[string]string`|`<nil>`
|
108 | 114 |
|
|
193 | 199 |
|
194 | 200 | |Key|Description|Type|Default Value|
|
195 | 201 | |---|-----------|----|-------------|
|
| 202 | +|ca|The TLS certificate authority in PEM format (this option is ignored if caFile is also set)|`string`|`<nil>` |
196 | 203 | |caFile|The path to the CA file for TLS on this API|`string`|`<nil>`
|
| 204 | +|cert|The TLS certificate in PEM format (this option is ignored if certFile is also set)|`string`|`<nil>` |
197 | 205 | |certFile|The path to the certificate file for TLS on this API|`string`|`<nil>`
|
198 | 206 | |clientAuth|Enables or disables client auth for TLS on this API|`string`|`<nil>`
|
199 | 207 | |enabled|Enables or disables TLS on this API|`boolean`|`false`
|
200 | 208 | |insecureSkipHostVerify|When to true in unit test development environments to disable TLS verification. Use with extreme caution|`boolean`|`<nil>`
|
| 209 | +|key|The TLS certificate key in PEM format (this option is ignored if keyFile is also set)|`string`|`<nil>` |
201 | 210 | |keyFile|The path to the private key file for TLS on this API|`string`|`<nil>`
|
202 | 211 | |requiredDNAttributes|A set of required subject DN attributes. Each entry is a regular expression, and the subject certificate must have a matching attribute of the specified type (CN, C, O, OU, ST, L, STREET, POSTALCODE, SERIALNUMBER are valid attributes)|`map[string]string`|`<nil>`
|
203 | 212 |
|
|
298 | 307 | |initWaitTime|The initial retry delay|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>`
|
299 | 308 | |maxWaitTime|The maximum retry delay|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>`
|
300 | 309 |
|
| 310 | +## policyengine.simple.gasOracle.throttle |
| 311 | + |
| 312 | +|Key|Description|Type|Default Value| |
| 313 | +|---|-----------|----|-------------| |
| 314 | +|burst|The maximum number of requests that can be made in a short period of time before the throttling kicks in.|`int`|`<nil>` |
| 315 | +|requestsPerSecond|The average rate at which requests are allowed to pass through over time.|`int`|`<nil>` |
| 316 | + |
301 | 317 | ## policyengine.simple.gasOracle.tls
|
302 | 318 |
|
303 | 319 | |Key|Description|Type|Default Value|
|
304 | 320 | |---|-----------|----|-------------|
|
| 321 | +|ca|The TLS certificate authority in PEM format (this option is ignored if caFile is also set)|`string`|`<nil>` |
305 | 322 | |caFile|The path to the CA file for TLS on this API|`string`|`<nil>`
|
| 323 | +|cert|The TLS certificate in PEM format (this option is ignored if certFile is also set)|`string`|`<nil>` |
306 | 324 | |certFile|The path to the certificate file for TLS on this API|`string`|`<nil>`
|
307 | 325 | |clientAuth|Enables or disables client auth for TLS on this API|`string`|`<nil>`
|
308 | 326 | |enabled|Enables or disables TLS on this API|`boolean`|`<nil>`
|
309 | 327 | |insecureSkipHostVerify|When to true in unit test development environments to disable TLS verification. Use with extreme caution|`boolean`|`<nil>`
|
| 328 | +|key|The TLS certificate key in PEM format (this option is ignored if keyFile is also set)|`string`|`<nil>` |
310 | 329 | |keyFile|The path to the private key file for TLS on this API|`string`|`<nil>`
|
311 | 330 | |requiredDNAttributes|A set of required subject DN attributes. Each entry is a regular expression, and the subject certificate must have a matching attribute of the specified type (CN, C, O, OU, ST, L, STREET, POSTALCODE, SERIALNUMBER are valid attributes)|`map[string]string`|`<nil>`
|
312 | 331 |
|
|
389 | 408 | |initWaitTime|The initial retry delay|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>`
|
390 | 409 | |maxWaitTime|The maximum retry delay|[`time.Duration`](https://pkg.go.dev/time#Duration)|`<nil>`
|
391 | 410 |
|
| 411 | +## transactions.handler.simple.gasOracle.throttle |
| 412 | + |
| 413 | +|Key|Description|Type|Default Value| |
| 414 | +|---|-----------|----|-------------| |
| 415 | +|burst|The maximum number of requests that can be made in a short period of time before the throttling kicks in.|`int`|`<nil>` |
| 416 | +|requestsPerSecond|The average rate at which requests are allowed to pass through over time.|`int`|`<nil>` |
| 417 | + |
392 | 418 | ## transactions.handler.simple.gasOracle.tls
|
393 | 419 |
|
394 | 420 | |Key|Description|Type|Default Value|
|
395 | 421 | |---|-----------|----|-------------|
|
| 422 | +|ca|The TLS certificate authority in PEM format (this option is ignored if caFile is also set)|`string`|`<nil>` |
396 | 423 | |caFile|The path to the CA file for TLS on this API|`string`|`<nil>`
|
| 424 | +|cert|The TLS certificate in PEM format (this option is ignored if certFile is also set)|`string`|`<nil>` |
397 | 425 | |certFile|The path to the certificate file for TLS on this API|`string`|`<nil>`
|
398 | 426 | |clientAuth|Enables or disables client auth for TLS on this API|`string`|`<nil>`
|
399 | 427 | |enabled|Enables or disables TLS on this API|`boolean`|`<nil>`
|
400 | 428 | |insecureSkipHostVerify|When to true in unit test development environments to disable TLS verification. Use with extreme caution|`boolean`|`<nil>`
|
| 429 | +|key|The TLS certificate key in PEM format (this option is ignored if keyFile is also set)|`string`|`<nil>` |
401 | 430 | |keyFile|The path to the private key file for TLS on this API|`string`|`<nil>`
|
402 | 431 | |requiredDNAttributes|A set of required subject DN attributes. Each entry is a regular expression, and the subject certificate must have a matching attribute of the specified type (CN, C, O, OU, ST, L, STREET, POSTALCODE, SERIALNUMBER are valid attributes)|`map[string]string`|`<nil>`
|
403 | 432 |
|
|
447 | 476 | |initWaitTime|The initial retry delay|[`time.Duration`](https://pkg.go.dev/time#Duration)|`250ms`
|
448 | 477 | |maxWaitTime|The maximum retry delay|[`time.Duration`](https://pkg.go.dev/time#Duration)|`30s`
|
449 | 478 |
|
| 479 | +## webhooks.throttle |
| 480 | + |
| 481 | +|Key|Description|Type|Default Value| |
| 482 | +|---|-----------|----|-------------| |
| 483 | +|burst|The maximum number of requests that can be made in a short period of time before the throttling kicks in.|`int`|`<nil>` |
| 484 | +|requestsPerSecond|The average rate at which requests are allowed to pass through over time.|`int`|`<nil>` |
| 485 | + |
450 | 486 | ## webhooks.tls
|
451 | 487 |
|
452 | 488 | |Key|Description|Type|Default Value|
|
453 | 489 | |---|-----------|----|-------------|
|
| 490 | +|ca|The TLS certificate authority in PEM format (this option is ignored if caFile is also set)|`string`|`<nil>` |
454 | 491 | |caFile|The path to the CA file for TLS on this API|`string`|`<nil>`
|
| 492 | +|cert|The TLS certificate in PEM format (this option is ignored if certFile is also set)|`string`|`<nil>` |
455 | 493 | |certFile|The path to the certificate file for TLS on this API|`string`|`<nil>`
|
456 | 494 | |clientAuth|Enables or disables client auth for TLS on this API|`string`|`<nil>`
|
457 | 495 | |enabled|Enables or disables TLS on this API|`boolean`|`false`
|
458 | 496 | |insecureSkipHostVerify|When to true in unit test development environments to disable TLS verification. Use with extreme caution|`boolean`|`<nil>`
|
| 497 | +|key|The TLS certificate key in PEM format (this option is ignored if keyFile is also set)|`string`|`<nil>` |
459 | 498 | |keyFile|The path to the private key file for TLS on this API|`string`|`<nil>`
|
460 | 499 | |requiredDNAttributes|A set of required subject DN attributes. Each entry is a regular expression, and the subject certificate must have a matching attribute of the specified type (CN, C, O, OU, ST, L, STREET, POSTALCODE, SERIALNUMBER are valid attributes)|`map[string]string`|`<nil>`
|
0 commit comments