For Zabbix version 7.4, what are the minimum database permissions required for the application user after deployment? Are CRUD permissions plus CREATE TEMPORARY TABLES, TRIGGER, and LOCK TABLES sufficient?
Or must the DDL permissions be permanently required? We understand that these are only needed during updates, not for normal application operation. Can someone confirm this information? From a security perspective, the primary objective should be to grant the minimum privileges necessary for daily operation.
Or must the DDL permissions be permanently required? We understand that these are only needed during updates, not for normal application operation. Can someone confirm this information? From a security perspective, the primary objective should be to grant the minimum privileges necessary for daily operation.