-
Notifications
You must be signed in to change notification settings - Fork 222
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(authz): support namespaces filtering #3692
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3692 +/- ##
==========================================
+ Coverage 64.55% 64.63% +0.08%
==========================================
Files 170 170
Lines 17163 17233 +70
==========================================
+ Hits 11079 11139 +60
- Misses 5393 5399 +6
- Partials 691 695 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
71147f8
to
0be5ef0
Compare
88bda5e
to
f4434fd
Compare
f4434fd
to
1700fd3
Compare
Signed-off-by: Roman Dmytrenko <[email protected]>
1700fd3
to
a237959
Compare
Signed-off-by: Roman Dmytrenko <[email protected]>
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.
ty!
This PR enables the ListNamespaces API call, which is critical for the UI functionality. By default, the API will return all namespaces in the response. To ensure the response includes only the namespaces a user is permitted to access, the policy should specify a
viewable_namespaces
array containing the appropriate namespace strings.closes #3688