-
Type:
Problem report
-
Resolution: Won't fix
-
Priority:
Trivial
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:rhel9.6 zabbix-7.4.0
Steps to reproduce:
- Update Zabbix to 7.4.0
- Setup a user with admin role
- Setup the admin role to allow any api calls and with an empty deny list for api call action.
- Create an api auth token
- Try to create a hostgroup with the api
- See a permission error
Result:
"json": {
"error": {
"code": -32500,
"data": "No permissions to call \"hostgroup.create\".",
"message": "Application error."
Expected:
Having it working fine as it did in 7.2.10 before upgrading to 7.4.0
Additional Info:
- hostgroup.get works fine with the same auth token
- changing the same users to use superadmin role makes hostname.create work in 7.4.0