Re: Allow method PATCH in CORS

2017-01-26 Thread Andy Goldstein
(copying the list with the right address) On Thu, Jan 26, 2017 at 11:59 AM, Andy Goldstein wrote: > Kube PR: https://github.com/kubernetes/kubernetes/pull/35978 > > OpenShift backport: https://github.com/openshift/origin/pull/11700 > > In Origin 1.4.0 and later. > > Andy > > On Thu, Jan 26, 2017

Allow method PATCH in CORS

2017-01-26 Thread Mateus Caruccio
I known about --cors-allowed-origins and corsAllowedOrigins, but those accept only a list of domains. How can I add PATCH to be sent over Access-Control-Allow-Methods in a pre-flight OPTIONS request to openshift api? The only allowed methods seams to be POST, GET, OPTIONS, PUT and DELETE. Thanks

Re: Allow method PATCH in CORS

2017-01-26 Thread Mateus Caruccio
Thanks. I guess github's repo search doesn't looks into PRs. -- Mateus Caruccio / Master of Puppets GetupCloud.com - Eliminamos a Gravidade On Thu, Jan 26, 2017 at 3:00 PM, Andy Goldstein wrote: > (copying the list with the right address) > > On Thu, Jan 26, 2017 at 11:59 AM, Andy Goldstein >