Skip to content

Commit 77906b5

Browse files
jaideepr97varshab1210svghadi
authored
chore: update kube-rbac-proxy args to disable http2 (redhat-developer#614)
* update to go 1.20; disable http2 for servers; upgrade k8s packages Signed-off-by: Jaideep Rao <[email protected]> * remove secure serving option for metrics Signed-off-by: Jaideep Rao <[email protected]> * Changing go version for CI Signed-off-by: varshab1210 <[email protected]> * Disable http/2 on webhook server Signed-off-by: Siddhesh Ghadi <[email protected]> * Revert "Disable http/2 on webhook server" This reverts commit 6cff7f8. Previous changes work as expected. Signed-off-by: Siddhesh Ghadi <[email protected]> * consume keycloak segmentation fault fix Signed-off-by: Jaideep Rao <[email protected]> * update kube-rbac-proxy image Signed-off-by: Jaideep Rao <[email protected]> * undo makefile changes Signed-off-by: Jaideep Rao <[email protected]> * disable http2 for kube-rbac-proxy Signed-off-by: Jaideep Rao <[email protected]> * switch to floating tag for kube-rbac-proxy image Signed-off-by: Jaideep Rao <[email protected]> * consume argocd-operator commit Signed-off-by: Jaideep Rao <[email protected]> * remove http2 disable command line arg Signed-off-by: Jaideep Rao <[email protected]> * disable http2 in kube-rbac-proxy container Signed-off-by: Jaideep Rao <[email protected]> --------- Signed-off-by: Jaideep Rao <[email protected]> Signed-off-by: varshab1210 <[email protected]> Signed-off-by: Siddhesh Ghadi <[email protected]> Co-authored-by: varshab1210 <[email protected]> Co-authored-by: Siddhesh Ghadi <[email protected]>
1 parent 661b784 commit 77906b5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bundle/manifests/gitops-operator.clusterserviceversion.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,7 @@ spec:
931931
- --tls-private-key-file=/etc/tls/private/tls.key
932932
- --logtostderr=true
933933
- --allow-paths=/metrics
934+
- --http2-disable
934935
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.13
935936
name: kube-rbac-proxy
936937
ports:

config/default/manager_auth_proxy_patch.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ spec:
2121
- --tls-private-key-file=/etc/tls/private/tls.key
2222
- --logtostderr=true
2323
- --allow-paths=/metrics
24+
- --http2-disable
2425
ports:
2526
- containerPort: 8443
2627
name: metrics

0 commit comments

Comments
 (0)