all: fix vault certs calls

Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
Alexis Pentori 2025-01-20 15:57:25 +01:00
parent 8faeb7ff21
commit 7d204f4c33
No known key found for this signature in database
GPG Key ID: 65250D2801E47A10

View File

@ -22,6 +22,6 @@ bootstrap__docker_registries:
password: '{{ lookup("bitwarden", "harbor-robot", field="robot$wakuorg+infra-status") }}'
# Vault certificate
bootstrap__vault_ca_cert: '{{ lookup(passwordstore, services/vault/certs/root-ca/cert returnall=true)}}'
bootstrap__vault_client_cert: '{{ lookup(passwordstore, services/vault/certs/client-host/cert returnall=true)}}'
bootstrap__vault_client_key: '{{ lookup(passwordstore, services/vault/certs/client-host/privkey returnall=true)}}'
bootstrap__vault_ca_cert: '{{ lookup("passwordstore", "services/vault/certs/root-ca/cert returnall=true")}}'
bootstrap__vault_client_cert: '{{ lookup("passwordstore", "services/vault/certs/client-host/cert returnall=true")}}'
bootstrap__vault_client_key: '{{ lookup("passwordstore", "services/vault/certs/client-host/privkey returnall=true")}}'