-
Notifications
You must be signed in to change notification settings - Fork 1.1k
server/*: add fine-grained SupplementalGroups control for enhanced security #8268
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
server/*: add fine-grained SupplementalGroups control for enhanced security #8268
Conversation
|
Skipping CI for Draft Pull Request. |
ab1739e to
6b13931
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8268 +/- ##
==========================================
- Coverage 49.51% 49.51% -0.01%
==========================================
Files 153 153
Lines 16968 17063 +95
==========================================
+ Hits 8402 8448 +46
- Misses 7517 7552 +35
- Partials 1049 1063 +14 |
6b13931 to
36d3056
Compare
f667009 to
33f1029
Compare
0fa5994 to
51e2c49
Compare
fec9e76 to
5785616
Compare
1f42d1a to
e057151
Compare
|
/retest |
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.
@sohankunkerkar Thanks for supporting the KEP! I left a few small comments. PTAL. And, would you mind including "KEP-3619" in the release note like:
Add fine-grained SupplementalGroups control for enhanced security (KEP-3619)
@kwilczynski Thank you for pinging me!
c24cca5 to
da46137
Compare
|
/retest |
|
@cri-o/cri-o-maintainers PTAL |
…curity Fixes cri-o#8230 Signed-off-by: Sohan Kunkerkar <[email protected]>
Signed-off-by: Sohan Kunkerkar <[email protected]>
da46137 to
f8b8609
Compare
|
/retest |
1 similar comment
|
/retest |
|
/retest |
Signed-off-by: Krzysztof Wilczyński <[email protected]>
|
/approve |
|
@everpeace, thank you for lending us a hand with the reviews! Appreciated. 🙇 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, kwilczynski, sohankunkerkar 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 |
1 similar comment
|
/retest |
This PR implements the CRI part of the KEP-3619, which aims to provide fine-grained control over supplemental groups for container processes.
What type of PR is this?
/kind feature
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #8230
Special notes for your reviewer:
xref: https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/3619-supplemental-groups-policy
Does this PR introduce a user-facing change?