Implementing OAuth 2.0 in Snowplow Collector

Hi,
We have setup a Snowplow pipeline using the Snowplow Open Source in GCP where the Collector is a CloudRun service. Could someone please help with the steps for implementing OAuth 2.0 on the Collector?

Hi @Abhishek_Singh could you elaborate a little bit more about how exactly your Collector is configured?

We only support unauthenticated HTTP(S) connections to the Collector - so if you are using an extra layer of auth you would need to configure that proxy layer yourself and then pass the payload down to the Collector. There is no out of the box OAuth configuration for the collector available - but perhaps I am misunderstanding what you are trying to achieve!

1 Like