jub0bs
jub0bs
Ideally, there shouldn't be a need to use that skipper functionality in order to get the CORS middleware to work properly. I interpret such a need as a defect in...
@aldas Could you clarify which edge cases you're referring to? I'm not sure how this issue relates to CSRF, to be honest. In my opinion, CSRF protection (if any) should...
@aldas > Adding check into CORS middleware to check if at the end of handler chain is handler that was added by e.OPTIONS would add complexity which is unnecessary 99.999%...
@aldas Ok, but then I would say that, in order to allow unauthenticated `OPTIONS` requests (if that's indeed the desired behaviour), the auth middleware should be applied more selectively (to...
> As we are talking at the moment non-Cross-origin OPTIONS request [...] Note that I'm referring not just to non-CORS `OPTIONS` requests, but also to non-preflight CORS `OPTIONS` requests, e.g....
@aakil786 Somewhat related: https://github.com/labstack/echo/issues/2534
@pzolo85 ``` s := strings.ToLower(strings.TrimSpace(c.Request().Header.Get("Content-Type"))) if i := strings.Index(s, ";"); i > -1 { s = s[0:i] } ``` Why not rely on `https://pkg.go.dev/mime#ParseMediaType` instead?
In my experience, a machine size of `s-2vcpu-4gb` for up to 8 participants is sufficient: ```shell doctl kubernetes cluster create --region=REGION CLUSTER_NAME --size=s-2vcpu-4gb ```
No feedback from maintainers in more than three months... Is this project still maintained?
No reactivity from maintainers. Closing this PR.