Skip to content

Commit

Permalink
Update RBAC proxy image and config
Browse files Browse the repository at this point in the history
Not used yet, but just in case...
Fixes HTTP/2 CVE

Signed-off-by: Marc Sluiter <[email protected]>
  • Loading branch information
slintes committed Oct 23, 2023
1 parent 7112e71 commit 39941b9
Showing 1 changed file with 2 additions and 1 deletion.
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: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
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 39941b9

Please sign in to comment.