Ad Widget

Collapse

Zabbix & CyberArk Vault

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mustafa98
    Junior Member
    • Jun 2025
    • 1

    #1

    Zabbix & CyberArk Vault

    Greetings,
    When we are trying to get the database password from CyberArk Vault while doing Zabbix installations, we are getting an error. While making the configurations as specified in this address " https://www.zabbix.com/documentation...crets/cyberark ", we are confused about which files we should give to the parameters " VaultTLSCertFile=cert.pem
    VaultTLSKeyFile=key.pem ". The certificate and key file of the CyberArk server?

    When we send a request to the CyberArk server via the Zabbix server CLI as follows, we can get the password and other information in the content value.

    " curl -vk 'https://CyberArkVaultServer/AIMWebService/api/Accounts?AppID=Zabbix&Query=Safe=Zabbix;Object=zab bix' "

    But I don't know which server's cert.pem and key.pem files should be used in this request specified in the documentation

    " curl \
    --header "Content-Type: application/json" \
    --cert cert.pem \
    --key key.pem \
    https://127.0.0.1:1858/AIMWebService...afe=passwordSa fe;Object=zabbix_server_database
    ".


    Here is The error written in the zabbix log file is " cannot initialize database credentials from vault: Cannot perform request: SSL certificate problem: self-signed certificate "

    I am waiting for the help of people who have an idea and knowledge about the subject. Many thanks in advance.
Working...