-
Notifications
You must be signed in to change notification settings - Fork 42
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
rbac: implement rbac client #2310
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2310 +/- ##
==========================================
+ Coverage 62.38% 62.47% +0.08%
==========================================
Files 86 87 +1
Lines 12949 12979 +30
==========================================
+ Hits 8078 8108 +30
Misses 4206 4206
Partials 665 665 ☔ View full report in Codecov by Sentry. |
433bc73
to
e3c73b6
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.
A couple of nitpicks :)
This pull request needs all conversation threads to be resolved. Could you fix it @ldjebran? 🙏 |
because the insights rbac client use other Filter Data type, we need to reimplement the rbac client for inventory needs. FIXES: https://issues.redhat.com/browse/THEEDGE-3624 FIXES: https://issues.redhat.com/browse/THEEDGE-3734
e3c73b6
to
ca55a31
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
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
Description
Because the insights rbac client use other Filter Data type, we need to reimplement the rbac client for inventory needs.
run go mod tidy to remove any unused lib
FIXES: https://issues.redhat.com/browse/THEEDGE-3624
FIXES: https://issues.redhat.com/browse/THEEDGE-3734
Type of change
What is it?
Checklist:
make pre-commit
to check fmt/vet/lint/test-no-fdo