-
Notifications
You must be signed in to change notification settings - Fork 170
ROX-32170: Add user and rbac authrization #18263
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
base: master
Are you sure you want to change the base?
Conversation
|
Images are ready for the commit at 95c12e4. To use with deploy scripts, first |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #18263 +/- ##
=======================================
Coverage 49.16% 49.16%
=======================================
Files 2739 2739
Lines 201222 201235 +13
=======================================
+ Hits 98924 98938 +14
Misses 94595 94595
+ Partials 7703 7702 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| mockID.EXPECT().FriendlyName().Return("name").AnyTimes() | ||
| s.mockID = mockID | ||
|
|
||
| ctx := sac.WithGlobalAccessScopeChecker(context.Background(), |
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.
| ctx := sac.WithGlobalAccessScopeChecker(context.Background(), | |
| ctx := sac.WithGlobalAccessScopeChecker(s.T().Context(), |
|
@c-du: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
Description
User-facing documentation
Testing and quality
Automated testing
How I validated my change
change me!