We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50f5ae commit c369cedCopy full SHA for c369ced
internal/provider/adc/translator/apisixconsumer.go
@@ -39,7 +39,7 @@ const (
39
_hmacAuthKeepHeadersDefaultValue = false
40
_hmacAuthEncodeURIParamsDefaultValue = true
41
_hmacAuthValidateRequestBodyDefaultValue = false
42
- _hmacAuthMaxReqBodyDefaultValue = int64(524288)
+ _hmacAuthMaxReqBodyDefaultValue = 524288
43
44
_true = "true"
45
)
0 commit comments