Skip to content

Commit

Permalink
Update kube-rbac-proxy to v0.15.0
Browse files Browse the repository at this point in the history
- update kube-rbac-proxy to v0.15.0
- disable HTTP/2 to prevent exploitation of CVE HTTP2 Rapid Reset

Signed-off-by: Carlo Lobrano <c.lobrano@gmail.com>
  • Loading branch information
clobrano committed Oct 24, 2023
1 parent 0b9c373 commit e08bf98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ metadata:
capabilities: Basic Install
categories: OpenShift Optional
containerImage: ""
createdAt: ""
createdAt: "2023-10-24T07:11:43Z"
description: Machine Deletion Remediation operator for reprovisioning unhealthy
nodes using the Machine API.
olm.skipRange: '>=0.0.1'
Expand Down Expand Up @@ -211,10 +211,11 @@ spec:
containers:
- args:
- --secure-listen-address=0.0.0.0:8443
- --http2-disable
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=10
image: quay.io/brancz/kube-rbac-proxy:v0.14.4
image: quay.io/brancz/kube-rbac-proxy:v0.15.0
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down
3 changes: 2 additions & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ spec:
spec:
containers:
- name: kube-rbac-proxy
image: quay.io/brancz/kube-rbac-proxy:v0.14.4
image: quay.io/brancz/kube-rbac-proxy:v0.15.0
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--http2-disable"
- "--upstream=http://127.0.0.1:8080/"
- "--logtostderr=true"
- "--v=10"
Expand Down

0 comments on commit e08bf98

Please sign in to comment.