Skip to content
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 typo, use rancher/permissions #10296

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

HarrisonWAffel
Copy link
Contributor

Proposed Changes

Fixes a typo in config.go and removes the windows specific ACL logic in favor of the rancher/permissions library. The logic in acl/acl_windows.go was taken directly from rancher/permissions, so there is no functional difference, this is simply addressing tech debt.

Types of Changes

Bugfix

Verification

Create a Windows cluster and ensure the proper ACL is set

Testing

This change is not yet covered by a unit test

Linked Issues

User-Facing Change

NONE

Further Comments

Signed-off-by: Harrison Affel <harrisonaffel@gmail.com>
@HarrisonWAffel HarrisonWAffel requested a review from a team as a code owner June 5, 2024 15:49
Copy link

codecov bot commented Jun 6, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 41.69%. Comparing base (1661f10) to head (da11eb8).
Report is 1 commits behind head on master.

Files Patch % Lines
pkg/agent/config/config.go 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #10296      +/-   ##
==========================================
- Coverage   47.78%   41.69%   -6.10%     
==========================================
  Files         177      177              
  Lines       14801    14801              
==========================================
- Hits         7073     6171     -902     
- Misses       6383     7451    +1068     
+ Partials     1345     1179     -166     
Flag Coverage Δ
e2etests 36.38% <0.00%> (-9.95%) ⬇️
inttests 36.96% <0.00%> (-0.03%) ⬇️
unittests 11.33% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@brandond brandond merged commit f10cb29 into k3s-io:master Jun 7, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants