-
Notifications
You must be signed in to change notification settings - Fork 58
Upgrade api and img to mitigate CVE-2023-44487 #403
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
Conversation
Skipping CI for Draft Pull Request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
controller-runtime released 0.14.7 yesterday https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.14.7, so i will move up to this. |
Signed-off-by: Maysun J Faisal <[email protected]>
Signed-off-by: Maysun J Faisal <[email protected]>
Signed-off-by: Maysun J Faisal <[email protected]>
Signed-off-by: Maysun J Faisal <[email protected]>
c8e7b5f
to
dd245fd
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johnmcollier, kim-tsao, maysunfaisal 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 |
What does this PR do?:
Mitigate CVE-2023-44487
gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0
and specify the flag--http2-disable=true
, seek8s.io/api
,k8s.io/client-go
tov0.26.10
k8s.io/apimachinery
tov0.27.7
ENABLE_WEBHOOK_HTTP2
to enablesigs.k8s.io/yaml
has no new releasessigs.k8s.io/controller-runtime
tov0.14.7
https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.14.7Which issue(s)/story(ies) does this PR fixes:
restricted DEVHAS-539
PR acceptance criteria:
Unit/Functional tests
Documentation
Client Impact
How to test changes / Special notes to the reviewer:
Build an image and deploy it to HAS pod. Do a basic sniff test for Application and Component create. Remember to include the updated kube-rbac-proxy image in your test.