Forum Discussion

dwhansen-cbg's avatar
dwhansen-cbg
Contributor
6 years ago
Solved

Securing exposed API endpoint for triggered task

It is my understanding that when we create a Triggered Task for a pipeline there are only two ways of securing the API endpoint, 1) the bearer token and 2) basic authentication in the endpoint URL as...
  • 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.)