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
67d3282e62
commit
ee859934b1
|
@ -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,22 +6,22 @@
|
|||
|
||||
- name: origin-certs
|
||||
src: git@github.com:status-im/infra-role-origin-certs.git
|
||||
version: f7dcb7e1944d2ec0655bf8e7ce6f45a1317b65b9
|
||||
version: 60587f86e085255b537cc37647003af105214d20
|
||||
scm: git
|
||||
|
||||
- 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: systemd-timer
|
||||
|
@ -41,7 +41,7 @@
|
|||
|
||||
- name: oauth-proxy
|
||||
src: git@github.com:status-im/infra-role-oauth-proxy.git
|
||||
version: 05ef1410abe09db6df6e58ca14c556b7e2c383d7
|
||||
version: b1b60917e839f9205af3952574b1f2c893aaedba
|
||||
scm: git
|
||||
|
||||
- name: cassandra
|
||||
|
|
Loading…
Reference in New Issue