SigNoz / signoz

SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool
https://signoz.io
Other
19.32k stars 1.3k forks source link

[Alert details page] Permission Issue on Refreshing Alert Details Page #6149

Open sharpshooter90 opened 1 month ago

sharpshooter90 commented 1 month ago

Description

When attempting to refresh the alert details page, a permission error is displayed.

Steps to Reproduce

  1. Navigate to the alert details page.
  2. Click the refresh button or press F5 to refresh the page.
  3. Observe the permission error message.

Expected Behavior

The page should refresh without any errors, maintaining the user's current session and permissions.

Actual Behavior

A permission error message is displayed, preventing the page from being refreshed successfully.

Video

https://www.loom.com/share/0ee960523b3a4c9698486e1b96814150?sid=ad994f96-242e-4982-8ab0-82a401485d9e

sharpshooter90 commented 1 month ago

@eKuG @vikrantgupta25 cc

maninaik commented 2 weeks ago

image

The route is only available for "ADMIN" as seen in the screenshot above. Either the route permission is wrong or the viewer shouldn't be able to click on the Alert name and navigate to Alert overview page.

maninaik commented 1 week ago

@srikanthccv , shall I add "VIEWER" and "EDITOR" to "ALERT_OVERVIEW" route ?