Files
signoz/cmd
Nityananda Gohain 4933a2740c feat(authz): integrate authz in quick filters (#12791)
#### Description
- Registers `quick-filter` as a metaresource (list / read / update) and
adds the Quick Filters panel in roles settings.
- Quick filters sidebar on logs, traces, exceptions, api monitoring and
meter is gated on `quick-filter:read`.. denied shows the inline callout,
header stays.
- Settings gear is gated on read + update.. shows disabled with the
denial tooltip instead of being hidden. The old `user.role === ADMIN`
check is gone, roles decide now.
- Static config pages (infra) are not gated since they dont use the qf
apis.
- Removed the old "Edit your quick filters" announcement from the gear.

#### Issues closed by this PR
Part of https://github.com/SigNoz/engineering-pod/issues/5946
Closes https://github.com/SigNoz/engineering-pod/issues/6038

#### Screenshot/ recordings
Showing up in permissions per role
<img width="3346" height="1282" alt="image"
src="https://github.com/user-attachments/assets/0a1409bd-1b16-46c2-8186-a77be7dd3083"
/>



https://github.com/user-attachments/assets/38f1f718-89ef-4f49-b1ac-4385ca431d04

---------

Co-authored-by: aks07 <adityasinghssj1@gmail.com>
2026-09-15 16:49:18 +00:00
..