consul: add mandatory agent ACL token
https://github.com/status-im/infra-hq/issues/70 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
714cf7efcd
commit
d8b4f92ebe
|
@ -1,8 +1,9 @@
|
|||
---
|
||||
# Root password
|
||||
bootstrap__root_pass: '{{lookup("bitwarden", "root-pass")}}'
|
||||
# Consul encryption key
|
||||
# Consul encryption key and ACL token
|
||||
bootstrap__consul_encryption_key: '{{lookup("bitwarden", "consul", field="encryption-key")}}'
|
||||
bootstarp__consul_agent_acl_token: '{{lookup("bitwarden", "consul", field="agent-acl-token")}}'
|
||||
|
||||
# CloudFlare Origin certificates
|
||||
origin_certs:
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
- name: origin-certs
|
||||
src: git@github.com:status-im/infra-role-origin-certs.git
|
||||
version: f7dcb7e1944d2ec0655bf8e7ce6f45a1317b65b9
|
||||
version: 60587f86e085255b537cc37647003af105214d20
|
||||
scm: git
|
||||
|
||||
- name: open-ports
|
||||
|
@ -16,22 +16,22 @@
|
|||
|
||||
- name: infra-role-bootstrap-linux
|
||||
src: git@github.com:status-im/infra-role-bootstrap-linux.git
|
||||
version: a404e479eee9bc00ef0bc911fc5b0c5e1ca8dfea
|
||||
version: 3b61bca714677e6a2a44a7500659b16b78977181
|
||||
scm: git
|
||||
|
||||
- name: infra-role-wireguard
|
||||
src: git@github.com:status-im/infra-role-wireguard.git
|
||||
version: c0c96298270c1763e819967ff1cad4ad876506b0
|
||||
version: 345c9dd85ff8e57bce7e492dc05d685aee1f076c
|
||||
scm: git
|
||||
|
||||
- name: consul-service
|
||||
src: git@github.com:status-im/infra-role-consul-service.git
|
||||
version: 241dffb0f865f8558b5e373d20fefed0a08a21ef
|
||||
version: 61a248a697d37c98b575be942bb6e86deb512380
|
||||
scm: git
|
||||
|
||||
- name: infra-role-geth
|
||||
src: git@github.com:status-im/infra-role-geth.git
|
||||
version: d199eb72d19995ac43fb50d65c20fc1ff6ea2bdb
|
||||
version: 746959aa0eb740a9be3015679750bdcc7f14278e
|
||||
scm: git
|
||||
|
||||
- name: infra-role-geth-exporter
|
||||
|
|
Loading…
Reference in New Issue