rudderlabs / rudderstack-helm

Open-source, warehouse-first Customer Data Pipeline and Segment-alternative. Collects and routes clickstream data and builds your customer data lake on your data warehouse.
MIT License
61 stars 48 forks source link

add missing default configuration Gateway.webhook.sourceListForParsingParams #46

Closed code-constructor closed 2 years ago

code-constructor commented 2 years ago

Fix issue: https://github.com/rudderlabs/rudderstack-helm/issues/45

Description of the change

The config/config.yaml in this helm chart is missing the default configuration for sourceListForParsingParams: https://github.com/rudderlabs/rudder-server/blob/59a33f8fb2f12a775e4663add0f4b7f3ff4fd9b5/config/config.yaml#L38-L39

This leads to a processing error of shopify webhooks, because the code did not inject the query_parameters into the transformer json (https://github.com/rudderlabs/rudder-server/blob/4348f9f0cdfa488849a6dd755946c9f1f8c77838/gateway/webhook/webhook.go#L251):

Type of change

Related issues

Fix #45

Checklists

Development

Code review

psrikanth88 commented 2 years ago

thanks for the contribution @code-constructor