S. Slutsky

Results 2 issues of S. Slutsky

Hi! I have some questions about http-client-plugin implementation. I’d like to redirect to login page, when get 401 status from auth/validator Similar issue: [Issue #483](https://github.com/krakendio/krakend-ce/issues/483) **Environment info:** * KrakenD version:...

question

### Summary When using the following parameter declaration in Grape: ```ruby optional :dns_servers, type: [String], desc: 'DNS servers', allow_blank: false, default: ["8.8.8.8", "8.8.4.4"] ``` `grape-swagger` generates an OpenAPI schema where...