mirror of
https://github.com/status-im/infra-status.git
synced 2025-02-09 05:46:42 +00:00
all: fix vault certs calls
Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
parent
8faeb7ff21
commit
7d204f4c33
@ -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")}}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user