Werk #15960: permissions: allow guest users Host read access on monitoring endpoints
Component | REST API |
Title | permissions: allow guest users Host read access on monitoring endpoints |
Date | Jul 17, 2023 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.3.0b1 2.2.0p8 2.1.0p32 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Incompatible - Manual interaction might be required |
After some security updates to the REST-API, guest users were no longer able to view host data on monitoring endpoints due to insufficient permissions. There is a differentiation between 'monitoring' and 'setup' endpoints with regards to permissions which was previously not taken into account.
This werk addresses this issue by allowing monitoring read access for guest users.