Skip to content

Commit b274fd4

Browse files
committed
Update README
1 parent 00ca7a0 commit b274fd4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
|[**csrf**](#csrf)|`object`|Configuration for CSRF prevention.<br/>Default: `{"enabled":false,"required_headers":[]}`<br/>||
99
|[**graphiql**](#graphiql)|`object`|Configuration for the GraphiQL interface.<br/>Default: `{"enabled":true}`<br/>||
1010
|[**headers**](#headers)|`object`|Configuration for the headers.<br/>Default: `{}`<br/>||
11+
|[**hmac\_signature**](#hmac_signature)|`object`||yes|
1112
|[**http**](#http)|`object`|Configuration for the HTTP server/listener.<br/>Default: `{"host":"0.0.0.0","port":4000}`<br/>||
1213
|[**jwt**](#jwt)|`object`|Configuration for JWT authentication plugin.<br/>|yes|
1314
|[**log**](#log)|`object`|The router logger configuration.<br/>Default: `{"filter":null,"format":"json","level":"info"}`<br/>||
@@ -57,6 +58,8 @@ headers:
5758
default: unknown
5859
named: x-tenant-id
5960
rename: x-acct-tenant
61+
hmac_signature:
62+
extension_name: hmac_signature
6063
http:
6164
host: 0.0.0.0
6265
port: 4000
@@ -1341,6 +1344,24 @@ For more information on the available functions and syntax, see the
13411344
|**expression**|`string`||yes|
13421345

13431346

1347+
<a name="hmac_signature"></a>
1348+
## hmac\_signature: object
1349+
1350+
**Properties**
1351+
1352+
|Name|Type|Description|Required|
1353+
|----|----|-----------|--------|
1354+
|**enabled**|||yes|
1355+
|**extension\_name**|`string`|Default: `"hmac_signature"`<br/>|no|
1356+
|**secret**|`string`||yes|
1357+
1358+
**Example**
1359+
1360+
```yaml
1361+
extension_name: hmac_signature
1362+
1363+
```
1364+
13441365
<a name="http"></a>
13451366
## http: object
13461367

0 commit comments

Comments
 (0)