Forum Discussion
del
7 years agoContributor III
Hey Chris,
I don’t think there’s a way to disable authentication for a pipeline, but if your user can’t use basic auth or add the Bearer token to the HTTP Request Headers, they can append the token to the URL in a query string with a “bearer_token” parameter. Example:
https://elastic.snaplogic.com/api/.../taskName?bearer_token=ABC123
- ctlarson7 years agoNew Contributor II
This worked perfectly. Thank you very much for your help!