Using Trigger Authentication
I have a HTTP trigger that I want to use an API key with
I see this documentation which describes what it is, without any examples:
https://www.windmill.dev/docs/core_concepts/http_routing#authentication-options
How do I update the resource to require an API key with a specific header?
HTTP routes | Windmill
Windmill supports HTTP Routes as triggers to execute runnables (scripts or flows) whenever the route is hit by an external HTTP request, and it can also serve static files or websites.


1 Reply
Is there any additional documentation / examples on this?