mirror of
https://github.com/status-im/infra-status.git
synced 2025-02-15 17:17:09 +00:00
all: adding vault certificates
Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
parent
84eba478e0
commit
8faeb7ff21
@ -20,3 +20,8 @@ bootstrap__docker_registries:
|
||||
- url: 'https://harbor.status.im'
|
||||
username: 'robot$wakuorg+infra-status'
|
||||
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)}}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user