File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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
6063http :
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
You can’t perform that action at this time.
0 commit comments