Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 7191
blobff941cf49c0a65049efdf280ccc53484c450570a
1 Title: get_all_hosts: Users with read but not write access to all hosts/folders can now use this call
2 Level: 1
3 Component: wato
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1551431255
11 There was a bug in the permission checking logic of the get_all_hosts API call. In case one
12 tried to create a "read only" for exporting all hosts, this was not possible without the write
13 permission.
15 The following permissions should be needed:
17 <ul>
18 <li>Use Multisite at all</li>
19 <li>Access to Web-API</li>
20 <li>Use WATO</li>
21 <li>Read access to all hosts and folders</li>
22 </ul>
24 In previous versions the permission "Write access to all hosts and folders" was needed in
25 addition.