Ad Widget

Collapse

PKI Vault and Zabbix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BitnotByte
    Junior Member
    • Mar 2023
    • 1

    #1

    PKI Vault and Zabbix

    Hello,
    I am building a zabbix system w/ proxys. I use zabbix in docker containers and proxy on external locations in docker, i want to encrypt from active proxy to server with certificates.

    I started looking at hashicorp and want to use the pki feature and acme to make the workflow deploying more zabbix proxy more efficent and more secure by easier managing certs.
    I looked into .env_prx and saw this:

    # ZBX_VAULT=HashiCorp # Available since 6.2.0
    # ZBX_VAULTDBPATH=
    # ZBX_VAULTTLSCERTFILE= # Available since 6.2.0
    # ZBX_VAULTTLSKEYFILE= # Available since 6.2.0
    # ZBX_VAULTURL=https://127.0.0.1:8200
    # VAULT_TOKEN=

    First thing i want to know, is this even possible, and how do i proceed with this?
    I cant find any documentation within zabbix on this, can find docs on secrets, but not what i am looking for.

    Thanks, if anything unclear please ask.
Working...