all: add Harbor Docker registry credentials

Otherwise hosts create a lot of `/v2/` calls that fail with 401.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-09-03 09:29:39 +02:00
parent d8d4d5d890
commit 5649191b4f
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 6 additions and 0 deletions

View File

@ -14,3 +14,9 @@ wireguard_consul_acl_token: '{{lookup("bitwarden", "consul/acl-tokens", field="w
# Volume of Trace level logs is too high and fills up ES cluster.
bootstrap__rsyslog_filter_rules: ['TRC']
# Docker registry
bootstrap__docker_registries:
- url: 'https://harbor.status.im'
username: 'robot$wakuorg+infra-status'
password: '{{ lookup("bitwarden", "harbor-robot", field="robot$wakuorg+infra-status") }}'