Skip to content

Commit

Permalink
Remove done TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LDiazN committed Feb 13, 2025
1 parent b1236a5 commit b49e2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/prometheus/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,6 @@ blackbox_jobs:

prometheus_aws_access_key: "{{ lookup('amazon.aws.aws_ssm', '/oonidevops/secrets/ooni_monitoring/access_key', profile='oonidevops_user_dev') }}"
prometheus_aws_secret_key: "{{ lookup('amazon.aws.aws_ssm', '/oonidevops/secrets/ooni_monitoring/secret_key', profile='oonidevops_user_dev') }}"
# TODO lookup this value somewhere else

clickhouse_proxy_host_dev: "clickhouseproxy.dev.ooni.io"
clickhouse_proxy_host_prod: "clickhouseproxy.dev.ooni.io" # TODO Change for prod

0 comments on commit b49e2f8

Please sign in to comment.