Skip to content

Commit

Permalink
fix(ooniapi): pass in clickhouse password without hashing
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Jan 8, 2025
1 parent f51feb3 commit f513265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/deploy-ooni-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
vars:
ssl_domain: backend-hel.ooni.org
collector_id: 2
clickhouse_url: "clickhouse://write:{{ lookup('amazon.aws.aws_ssm', '/oonidevops/secrets/clickhouse_write_password', profile='oonidevops_user_prod') | hash('sha256') }}@clickhouse3.prod.ooni.io/oonitest"
clickhouse_url: "clickhouse://write:{{ lookup('amazon.aws.aws_ssm', '/oonidevops/secrets/clickhouse_write_password', profile='oonidevops_user_prod') }}@clickhouse3.prod.ooni.io/oonitest"
bucket_name: ooni-data-eu-fra-test
public_bucket_name: ooni-data-eu-fra-test
collectors:
Expand Down

0 comments on commit f513265

Please sign in to comment.