feat: expand CORS configuration in fleet.yaml to include methods, headers, and credentials
This commit is contained in:
+10
-2
@@ -48,8 +48,16 @@ helm:
|
|||||||
namespace: kgateway-system
|
namespace: kgateway-system
|
||||||
filters:
|
filters:
|
||||||
- cors:
|
- cors:
|
||||||
- allowedOrigins:
|
allowedOrigins:
|
||||||
- "*"
|
- "*"
|
||||||
|
allowedMethods:
|
||||||
|
- "*"
|
||||||
|
allowedHeaders:
|
||||||
|
- "*"
|
||||||
|
exposeHeaders:
|
||||||
|
- "*"
|
||||||
|
maxAge: "*"
|
||||||
|
allowCredentials: true
|
||||||
|
|
||||||
extraEnvVars:
|
extraEnvVars:
|
||||||
- name: WEBUI_URL
|
- name: WEBUI_URL
|
||||||
|
|||||||
Reference in New Issue
Block a user