Skip to content

Commit e12e65a

Browse files
committed
Add auth section to testlist job
1 parent 84f8dd3 commit e12e65a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ansible/roles/prometheus/templates/prometheus.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,9 @@ scrape_configs:
391391
- testlist-ec2.dev.ooni.io
392392
- testlist-ec2.prod.ooni.io
393393
scrape_interval: 5s
394+
basic_auth:
395+
username: 'prom'
396+
password: '{{ prometheus_metrics_password }}'
394397
scheme: http
395398

396399
- job_name: "airflow"

0 commit comments

Comments
 (0)