Solved
Forum Discussion
christwr
6 years agoContributor III
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.)