-
Notifications
You must be signed in to change notification settings - Fork 39
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
OCPVE-706: Secure metrics endpoints #431
OCPVE-706: Secure metrics endpoints #431
Conversation
Skipping CI for Draft Pull Request. |
@suleymanakbas91: This pull request references OCPVE-706 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.15.0" version, but no target version was set. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
60489c0
to
81b362e
Compare
@suleymanakbas91: This pull request references OCPVE-706 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.15.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #431 +/- ##
==========================================
+ Coverage 60.64% 61.21% +0.57%
==========================================
Files 28 28
Lines 2376 2411 +35
==========================================
+ Hits 1441 1476 +35
Misses 788 788
Partials 147 147
|
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.
Just one minor nit and some questions, overall looks great, this is a huge improvement! 🎉
Signed-off-by: Suleyman Akbas <[email protected]>
81b362e
to
45542ba
Compare
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jakobmoellerdev, suleymanakbas91 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 |
/retest |
1 similar comment
/retest |
@suleymanakbas91: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
This PR secures the metrics endpoints exposed in lvm-operator, vg-manager, and topolvm-node. For lvm-operator and vg-manager, this uses the new secure metrics serving feature introduced in kubernetes-sigs/controller-runtime#2407. For topolvm-node, this PR introduces a sidecar container
kube-rbac-proxy
which handles the TLS connection.