Skip to content

Commit c27deba

Browse files
committed
Allow write access to clickhouse in ooniprobe
1 parent 5799e70 commit c27deba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tf/environments/prod/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ module "ooniapi_ooniprobe" {
807807
POSTGRESQL_URL = data.aws_ssm_parameter.oonipg_url.arn
808808
JWT_ENCRYPTION_KEY = data.aws_ssm_parameter.jwt_secret.arn
809809
PROMETHEUS_METRICS_PASSWORD = data.aws_ssm_parameter.prometheus_metrics_password.arn
810-
CLICKHOUSE_URL = data.aws_ssm_parameter.clickhouse_readonly_url.arn
810+
CLICKHOUSE_URL = data.aws_ssm_parameter.clickhouse_write_url.arn
811811
ANONC_SECRET_KEY = data.aws_ssm_parameter.anonc_secret_key.arn
812812
}
813813

0 commit comments

Comments
 (0)