Forum Discussion

smit66's avatar
smit66
New Contributor II
5 years ago
Solved

Error view gets executed without an error

Hello, While using rest post snap, I have error view enabled. Snap runs without any error, but still error view gets executed. Error view updates a file in JSON format. My goal is to update ...
  • christwr's avatar
    6 years ago

    Like who? I assume folks who didn’t keep the bearer token private, or changed it to something bad…

    A few ways to add “extra” security to triggered tasks:

    • IP whitelisting (Access Control)
    • Front the triggered task with an API Gateway (that handles the auth switching)
    • Add some other checker logic to your triggered pipeline (JWT, etc.)