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
|
||||
filters:
|
||||
- cors:
|
||||
- allowedOrigins:
|
||||
- "*"
|
||||
allowedOrigins:
|
||||
- "*"
|
||||
allowedMethods:
|
||||
- "*"
|
||||
allowedHeaders:
|
||||
- "*"
|
||||
exposeHeaders:
|
||||
- "*"
|
||||
maxAge: "*"
|
||||
allowCredentials: true
|
||||
|
||||
extraEnvVars:
|
||||
- name: WEBUI_URL
|
||||
|
||||
Reference in New Issue
Block a user