Fixed
Details
Assignee
Benjamin ReedBenjamin ReedReporter
Michael BatzMichael BatzLabels
Components
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Benjamin Reed
Benjamin ReedReporter
Michael Batz
Michael BatzLabels
Components
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created February 12, 2016 at 8:04 AM
Updated January 31, 2023 at 7:15 PM
Resolved June 9, 2016 at 2:06 PM
On the node page (element/node.jsp), the link for starting a "Rescan" is only visible for admin users (ROLE_ADMIN). If I login as a normal user (ROLE_USER only), the link is hidden, but it is possible to start a rescan by manually open the page element/rescan.jsp?node=<ID>.
This can be solved by adding the following line to applicationContext-spring-security.xml
<intercept-url pattern="/element/rescan.jsp" access="ROLE_ADMIN" />