Skip to content

Commit 5e10f54

Browse files
committed
Address feedback and remove accidental comment
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 4b48595 commit 5e10f54

6 files changed

Lines changed: 6 additions & 7 deletions

File tree

k8s/cloud/base/proxy_envoy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ data:
4242
allow_origin_string_match:
4343
- prefix: "*"
4444
allow_methods: GET, PUT, DELETE, POST, OPTIONS
45-
allow_headers: "content-type,x-grpc-web,x-user-agent"
45+
allow_headers: content-type,x-grpc-web,x-user-agent
4646
max_age: "1728000"
4747
expose_headers: grpc-status,grpc-message,grpc-timeout
4848
allow_credentials: true

k8s/cloud/dev/proxy_envoy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ data:
4949
allow_origin_string_match:
5050
- suffix: "dev.withpixie.dev"
5151
allow_methods: GET, PUT, DELETE, POST, OPTIONS
52-
allow_headers: "content-type,x-grpc-web,x-user-agent"
52+
allow_headers: content-type,x-grpc-web,x-user-agent
5353
max_age: "1728000"
5454
expose_headers: grpc-status,grpc-message,grpc-timeout
5555
allow_credentials: true

k8s/cloud/prod/proxy_envoy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ data:
4444
allow_origin_string_match:
4545
- suffix: "withpixie.ai"
4646
allow_methods: GET, PUT, DELETE, POST, OPTIONS
47-
allow_headers: "content-type,x-grpc-web,x-user-agent"
47+
allow_headers: content-type,x-grpc-web,x-user-agent
4848
max_age: "1728000"
4949
expose_headers: grpc-status,grpc-message,grpc-timeout
5050
allow_credentials: true

k8s/cloud/public/base/proxy_envoy.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ data:
4848
cors:
4949
allow_origin_string_match:
5050
- suffix: "dev.withpixie.dev"
51-
# - suffix: "work.dev.withpixie.dev"
5251
allow_methods: GET, PUT, DELETE, POST, OPTIONS
53-
allow_headers: "content-type,x-grpc-web,x-user-agent"
52+
allow_headers: content-type,x-grpc-web,x-user-agent
5453
max_age: "1728000"
5554
expose_headers: grpc-status,grpc-message,grpc-timeout
5655
allow_credentials: true

k8s/cloud/staging/proxy_envoy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ data:
4444
allow_origin_string_match:
4545
- suffix: "staging.withpixie.dev"
4646
allow_methods: GET, PUT, DELETE, POST, OPTIONS
47-
allow_headers: "content-type,x-grpc-web,x-user-agent"
47+
allow_headers: content-type,x-grpc-web,x-user-agent
4848
max_age: "1728000"
4949
expose_headers: grpc-status,grpc-message,grpc-timeout
5050
allow_credentials: true

k8s/cloud/testing/proxy_envoy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ data:
4444
allow_origin_string_match:
4545
- suffix: "testing.withpixie.dev"
4646
allow_methods: GET, PUT, DELETE, POST, OPTIONS
47-
allow_headers: "content-type,x-grpc-web,x-user-agent"
47+
allow_headers: content-type,x-grpc-web,x-user-agent
4848
max_age: "1728000"
4949
expose_headers: grpc-status,grpc-message,grpc-timeout
5050
allow_credentials: true

0 commit comments

Comments
 (0)