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

Refactor: added missing resources and separated cluster-scoped resources #202

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

doronkg
Copy link
Contributor

@doronkg doronkg commented Feb 3, 2024

The following resources were missing from the kor Helm chart RBAC:

  • jobs
  • replicasets
  • persistentvolumes
  • customresourcedefinitions

In addition, the following resources are cluster-scoped and won't have any effect when listed under read-resources-role, only under read-resources-clusterrole:

  • namespaces
  • clusterroles
  • clusterrolebindings

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (47ec5b8) 44.43% compared to head (eaf8244) 44.43%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #202   +/-   ##
=======================================
  Coverage   44.43%   44.43%           
=======================================
  Files          29       29           
  Lines        2444     2444           
=======================================
  Hits         1086     1086           
  Misses       1205     1205           
  Partials      153      153           

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

Copy link
Owner

@yonahd yonahd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Thanks

@yonahd yonahd merged commit d63de17 into yonahd:main Feb 5, 2024
1 check passed
@doronkg doronkg deleted the refactor/kor-rbac branch February 6, 2024 22:39
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