Skip to content

Commit

Permalink
CVE-2023-44487 workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15p committed Nov 20, 2023
1 parent 96c2cd1 commit 6c605a9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,9 @@ spec:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --http2-disable
- --v=0
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.13
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.14
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,9 @@ spec:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --http2-disable
- --v=0
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.13
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.14
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down
2 changes: 1 addition & 1 deletion config/manager-base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ patches:
images:
- name: gcr.io/kubebuilder/kube-rbac-proxy
newName: registry.redhat.io/openshift4/ose-kube-rbac-proxy
newTag: v4.13
newTag: v4.14
- name: must-gather
newName: quay.io/edge-infrastructure/kernel-module-management-must-gather
newTag: latest
Expand Down
1 change: 1 addition & 0 deletions config/manager-base/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
- "--logtostderr=true"
- "--http2-disable"
- "--v=0"
ports:
- containerPort: 8443
Expand Down

0 comments on commit 6c605a9

Please sign in to comment.