Skip to content

Commit eb3ca7e

Browse files
removing app-proxy insecure header parser (#82)
1 parent 3b0d387 commit eb3ca7e

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

csdp/base_components/apps/app-proxy/_components/codefresh-base/kustomization.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,3 @@ resources:
1313
- app-proxy.role.yaml
1414
- app-proxy.cm.yaml
1515
- ingress.yaml
16-
17-
patches:
18-
# This is a fix for ignoring invalid response header
19-
# from g.codefresh caused by imperva. Need to fix this
20-
# before removing this patch.
21-
- target:
22-
name: cap-app-proxy
23-
group: apps
24-
version: v1
25-
kind: Deployment
26-
patch: |
27-
- op: add
28-
path: /spec/template/spec/containers/0/env/-
29-
value: { name: NODE_ENV, value: '--insecure-http-parser' }

csdp/base_components/bootstrap/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ configMapGenerator:
1212
- name: codefresh-cm
1313
behavior: create
1414
literals:
15-
- version=0.0.523 # Runtime version
16-
- bootstrapRevision=0.0.523 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
15+
- version=0.0.524 # Runtime version
16+
- bootstrapRevision=0.0.524 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
1717
- appsetRequeueTime=15
1818

1919
replacements:

0 commit comments

Comments
 (0)