Replies: 2 comments
-
Ideally, those webhooks must have the same configuration possibilities as the webhooks which you have available for prompt changes (the air, the authentication mechanism is available by default) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Agree, this is valuable to add, we have an issue tracking this already: #9315. Will update in discussion thread when completed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
We're implementing a webhook endpoint to receive dataset experiment triggers from the Langfuse UI using the "Remote Dataset Run" feature (documented under "Experiments via SDK > Optional: Trigger SDK Experiment from UI").
Question: What's the recommended way to authenticate and secure these webhook requests?
What we've observed
Authorization
headersWhat we need
A way to verify that incoming webhook requests are legitimately from Langfuse and not from unauthorized sources. This is important for securing production endpoints.
Any guidance would be appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions