tektoncd / triggers

Event triggering with Tekton!
Apache License 2.0
546 stars 416 forks source link

Ability of pipelines eventlistener to handle preflight options request sent for CORS verification #1695

Open diksha1999 opened 5 months ago

diksha1999 commented 5 months ago

Feature request

Ability of pipelines eventlistener to handle preflight options request sent for CORS verification

Use case

While triggering pipelines using eventlistener, CORS feature should work while sending preflight options from browser.

savitaashture commented 5 months ago

WG Discussion:

Hi @diksha1999 In today's WG call, we delved into the issue of preflight option support. The consensus reached was that the provision of preflight option support is a broad requirement. Therefore, if the UI sends a request to the EventListener, then there should be some proxy server like nginx or some other server to handle inflight request before reaching the EL

cc @khrm @dibyom