You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.8.3 had support for CORS annotation.
In this repository the only entrance for "CORS" is in nginx.tmpl: location.EnableCORS.
So existing annotation ingress.kubernetes.io/enable-cors does nothing.
Any plans to get this functionality in new version?
The text was updated successfully, but these errors were encountered:
@electroma the functionality is present in this version. Just add the annotation ingress.kubernetes.io/enable-cors: "true" in the ingress.
Just in case we changed the way the annotations are parsed. Please check here
@aledbf that's great! Thank you for quick reply!
I suspect that I'm not the first and not the last to ask about "missing" annotation parsers.
It would be great to have some kind of FAQ for questions like this one.
Version 0.8.3 had support for CORS annotation.
In this repository the only entrance for "CORS" is in
nginx.tmpl
: location.EnableCORS.So existing annotation
ingress.kubernetes.io/enable-cors
does nothing.Any plans to get this functionality in new version?
The text was updated successfully, but these errors were encountered: