Infrastructure for Nim Waku https://github.com/waku-org/nwaku
Go to file
Jakub Sokołowski 1630e06fe1
lookup_plugins/bitwarden: ignore stderr
Otherwise we get weird JSON parsing errors:
```
An unhandled exception occurred while running the lookup plugin 'bitwarden'.
Error was a <class 'json.decoder.JSONDecodeError'>, original message:
Extra data: line 1 column 843 (char 842). Extra data: line 1 column 843 (char 842)
```

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-05-07 14:57:07 +02:00
ansible lookup_plugins/bitwarden: ignore stderr 2024-05-07 14:57:07 +02:00
.gitignore add BitWarden lookup plugin, port secrets to BW 2021-06-21 13:10:37 +02:00
Makefile Makefile: drop creating cosul-ca.key file 2022-05-12 10:05:58 +02:00
README.md wakuv1.test: drop unused fleet entirely 2023-07-19 12:27:05 +02:00
ansible.cfg ansible.cfg: drop remote_user=admin from config 2022-05-12 10:05:40 +02:00
hosts.tf drop statusim.net domain config in favor of status.im 2024-03-14 22:10:13 +01:00
main.tf upgrade Terraform to 1.0, upgrade all providers 2021-06-23 12:33:05 +02:00
providers.tf upgrade tf pass provider to 2.0.0 2021-03-31 17:05:40 +08:00
secrets.tf upgrade tf pass provider to 2.0.0 2021-03-31 17:05:40 +08:00
versions.tf versions: use looser restriction for terrform 2023-04-05 09:25:48 +02:00
workspaces.tf wakuv2-shards: decommission fleet 2023-10-03 15:35:49 +02:00

README.md

Description

This repo defines infrastructure for running Waku nodes implemented in Nim.

Source: https://github.com/waku-org/nwaku

Continuous Integration

Jenkins CI builds can be used to build and deploy new Docker images:

Repo Usage

For how to use this repo read the Infra Repo Usage doc.