-
Problem report
-
Resolution: Fixed
-
Blocker
-
6.4.10, 7.0.0beta1
-
None
-
S24-W10/11, S24-W12/13, S24-W16/17
-
2
Steps to reproduce:
- Configure 6.4 Zabbix Server and Frontend to work with CyberArk
Server:
Vault=CyberArk VaultURL=https://some.url.org VaultDBPath=AppID=APP_ZABBIX_PROD&Safe=SOME&Object=SOMETHING VaultTLSCertFile=...some.crt VaultTLSKeyFile=...some.key.pem
Frontend:
$DB['VAULT'] = 'CyberArk'; $DB['VAULT_URL'] = 'https://some.url.org'; $DB['VAULT_DB_PATH'] = 'AppID=APP_ZABBIX_PROD&Safe=SOME&Object=SOMETHING'; $DB['VAULT_CERT_FILE'] = '...some.crt'; $DB['VAULT_KEY_FILE'] = '...some.pem';
Result:
Server works.
Frontend doesn't work:
{"ErrorCode":"APPAP330E","ErrorMsg":"Failed to verify application authentication data: Could not obtain client certificate details."}
Expected:
Same settings works in a same way for Server and Frontend.
- causes
-
ZBX-24588 Since ZBX-24001 $DB['VAULT_CERT_FILE'] and $DB['VAULT_KEY_FILE'] became mandatory even if CyberArk is not configured to force cert usage
- Closed