Replies: 2 comments
-
|
We are checking our configuration of Langflow helm. It is possible we have missed something. I will close if we find |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
feat: Add flow execution permission checks #10306 |
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.
-
Hello Langflow team,
I’m using Langflow to allow users to build flows and then expose endpoints (e.g. /api/v1/run/$FLOW_ID) for execution. My concern is around the authorization model for executing flows:
A user creates a flow, and an endpoint (e.g. /api/v1/run/{flow_id}) becomes available for execution.
It appears that any client possessing an API key (via x-api-key header or query param) may call the endpoint and run that flow, provided the key is valid.
The question: Is there a mechanism to restrict which API keys can execute a given flow? For example:
My use case summary:
Thank you for any guidance!
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions