set explicit but wider values for websocket origins

Possible fix for `nim-waku` and `geth` connectivity issues:
https://github.com/status-im/nwaku/issues/1269

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-10-17 19:17:03 +02:00
parent d63bd18938
commit c610692511
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
3 changed files with 1 additions and 5 deletions

View File

@ -13,8 +13,6 @@ geth_websocket_enabled: true
# Geth auth & JWT token
geth_account_pass: '{{lookup("bitwarden", "nimbus/geth", field="password")}}'
geth_authrpc_jwtsecret: '{{lookup("bitwarden", "nimbus/jwt-token")}}'
# Allow connections from our VPN
geth_websocket_origins: '*'
# Memory settings
geth_cont_mem_ratio: 0.7

View File

@ -14,8 +14,6 @@ geth_rcp_api: 'eth,net,web3,personal,admin,engine'
# Geth auth
geth_account_pass: '{{lookup("bitwarden", "nimbus/geth", field="password")}}'
geth_authrpc_jwtsecret: '{{lookup("bitwarden", "nimbus/jwt-token")}}'
# Allow connections from our VPN
geth_websocket_origins: '*'
# Memory settings¬
geth_cont_mem_ratio: 0.15
geth_cache_size: '{{ (ansible_memtotal_mb * 0.1|float) | int }}'

View File

@ -116,7 +116,7 @@
- name: infra-role-geth
src: git@github.com:status-im/infra-role-geth.git
version: c2f7fac2a0c2a36bfbf4aa0c0c46dfea2f875b6c
version: 4583821179ffb32bbd235279e2efb53ce2f66703
scm: git
- name: infra-role-geth-exporter