Skip to content

Commit

Permalink
ROX-20542: disable http/2 in operator kube-rbac-proxy to mitigate CVE…
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbologa authored Oct 31, 2023
1 parent 4fe86a6 commit 36b9ae1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ spec:
containers:
- args:
- --secure-listen-address=0.0.0.0:8443
- --http2-disable
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=0
Expand All @@ -40,7 +41,7 @@ spec:
value: quay.io/rhacs-eng
- name: OPERATOR_CONDITION_NAME
value: rhacs-operator.v3.74.0
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.13
imagePullPolicy: IfNotPresent
name: kube-rbac-proxy
ports:
Expand Down

0 comments on commit 36b9ae1

Please sign in to comment.