infra-nimbus/.envrc.secrets
Alexis Pentori bd6cea24d1
flake: open nix flake devShell automatically with direnv (nix-direnv)
see infra-templates:
              - 32a8552eaf0347c217fa7d80572b06d5cd90243d
              - a1b9500b5dcd114d45571e8122459f0e5aca9de2

Signed-off-by: Alexis Pentori <alexis@status.im>
2024-09-20 15:41:31 +02:00

6 lines
297 B
Plaintext

export VAULT_CACERT=./ansible/files/vault-ca.crt
export VAULT_CLIENT_CERT=./ansible/files/vault-client-user.crt
export VAULT_CLIENT_KEY=./ansible/files/vault-client-user.key
export VAULT_ADDR=https://vault-api.infra.status.im:8200
export CONSUL_HTTP_TOKEN=$(pass services/consul/tokens/terraform)