Icinga / icingaweb2-module-vspheredb

The easiest way to monitor a VMware vSphere environment.
https://icinga.com/docs/vsphere/latest
GNU General Public License v2.0
100 stars 34 forks source link

Admin permission just for viewing monitoring, events & alarms ? #451

Open Virsacer opened 2 years ago

Virsacer commented 2 years ago

Shouldn't the urls /vspheredb/monitoring /vspheredb/monitoring/problems /vspheredb/events/heatmap /vspheredb/alarms/heatmap be accessible without the vspheredb/​admin permission?

They are not used for configuration...

Thomas-Gelf commented 2 years ago

Shouldn't the urls [..] be accessible without the vspheredb/​admin permission?

/vspheredb/monitoring /vspheredb/monitoring/problems

Yes, it's planned to to so. Reason for protecting them for now: vCenter permissions have been introduced shortly before v1.5, and there wasn't much time left.

/vspheredb/events/heatmap /vspheredb/alarms/heatmap

Unsure about those. In addition to restrictions at a vCenter level, we're planning to also configure restrictions on a path/folder level. Needs some testing to figure out, how such filters behave when combined with those summaries.

Thomas-Gelf commented 2 years ago

Update: I implemented the former ones right now ;-)

Virsacer commented 2 years ago

Thanks!