-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: address CVE-2023-39325 #611
fix: address CVE-2023-39325 #611
Conversation
Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
Signed-off-by: varshab1210 <varshab1210@gmail.com>
/test all |
Re triggering CI for test failure "no endpoints available for service "openshift-gitops-operator-controller-manager-service" /retest |
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
This reverts commit 6cff7f8. Previous changes work as expected. Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
80b770b
to
54ee213
Compare
Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
/test v4.13-kuttl-sequential Test failure |
Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
/retest |
Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
/retest-required |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: iam-veeramalla The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest-required |
* update to go 1.20; disable http2 for servers; upgrade k8s packages Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com> * remove secure serving option for metrics Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com> * Changing go version for CI Signed-off-by: varshab1210 <varshab1210@gmail.com> * Disable http/2 on webhook server Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com> * Revert "Disable http/2 on webhook server" This reverts commit 6cff7f8. Previous changes work as expected. Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com> * consume keycloak segmentation fault fix Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com> * update kube-rbac-proxy image Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com> * undo makefile changes Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com> * disable http2 for kube-rbac-proxy Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com> * switch to floating tag for kube-rbac-proxy image Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com> * consume argocd-operator commit Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com> * remove http2 disable command line arg Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com> --------- Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com> Signed-off-by: varshab1210 <varshab1210@gmail.com> Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com> Co-authored-by: varshab1210 <varshab1210@gmail.com> Co-authored-by: Siddhesh Ghadi <sghadi1203@gmail.com>
What type of PR is this?
What does this PR do / why we need it:
This PR contains the changes needed to address CVE-2023-39325. This includes:
v1.20
k8s.io
packages tov0.28.3
v0.16.3
http/2
and defaulting tohttp/1.1
for the metrics and webhook serversHave you updated the necessary documentation?
Which issue(s) this PR fixes:
Fixes #?
Test acceptance criteria:
How to test changes / Special notes to the reviewer: