Skip to content

Commit

Permalink
all: add Harbor Docker registry credentials
Browse files Browse the repository at this point in the history
Otherwise hosts create a lot of `/v2/` calls that fail with 401.

Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Sep 3, 2024
1 parent d8d4d5d commit 5649191
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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") }}'

0 comments on commit 5649191

Please sign in to comment.