Vasily Geyer
Vasily Geyer
Is it possible to configure rate-limit based on a custom claim inside JWT token? If not then is it possible to implement this behavior by writing custom plugin in go-lang?
```csharp builder.UseGlobalExceptionHandler( x => { x.ContentType = "application/json"; x.ResponseBody(s => JsonConvert.SerializeObject(new { Message = "An error occurred whilst processing your request" })); x.Map().ToStatusCode(HttpStatusCode.NotFound); }); ``` Having this configuration and throwing...
We are getting `error starting chrome process: open /dev/null: too many open files` error from time to time and the process crashes. Any idea what could be the cause?
I only get those headers set but jwt token has more, e.g. `client_id` or our custom claim `account_code` I think it has something to do with `_` symbol ``` X-Kong-JWT-Claim-iss:...