Forum Discussion
Hi,
Thank you for informing how to authenticate a Rest API.
As per Ultra Pipelines documentation - it supports - Token Authentication and No Authentication.
The does not say how to access Ultra Task URLs with No Authentication.
How do I expose my Ultra pipeline as a REST API which uses no Authentication?
Please guide.
Regards
Arabinda
Hi,
You can simply delete the bearer token for an ultra task, that will enable anyone to invoke the ultra task without providing any authentication.
- asahoo3 years agoNew Contributor II
Thank you. So, that will make it available to the world as much as a Public API without authentication!?
I tried and it worked.Another help needed
If I have to remove Bearer token but authenticate the request within the Ultra Pipeline, please share an example of how to do that.