-
Problem report
-
Resolution: Fixed
-
Trivial
-
7.0.8
-
None
-
Sprint candidates
Our containers had c_rehash utility in version 7.0.6:
podman run -it --rm zabbix/zabbix-server-mysql:alpine-7.0.6 sh /var/lib/zabbix $ c_rehash ERROR: Access denied '/etc/ssl/certs' /var/lib/zabbix $ which c_rehash /usr/bin/c_rehash
But latest version doesn't have it any more:
podman run -it --rm zabbix/zabbix-server-mysql:alpine-7.0-latest sh ~ $ c_rehash sh: c_rehash: not found ~ $ which c_rehash
This causes a problem when using it with external vault and custom CA:
https://www.zabbix.com/documentation/7.0/en/manual/config/secrets?hl=c_rehash