Auth Question:
Auth Question:
How might I add some kind of auth requirement to the REST API endpoint?
Currently:
1. I put my OpenAI api key in a secret
2. I have a workflow that connects to OpenAI
3. I ship the workflow
Once the workflow is live the only security I appear to have is simply not sharing my workflow endpoint
(Anyone with the endpoint can just use it)
How might I add some kind of auth requirement to the REST API endpoint?
How might I add some kind of auth requirement to the REST API endpoint?
Currently:
1. I put my OpenAI api key in a secret
2. I have a workflow that connects to OpenAI
3. I ship the workflow
Once the workflow is live the only security I appear to have is simply not sharing my workflow endpoint
(Anyone with the endpoint can just use it)
How might I add some kind of auth requirement to the REST API endpoint?
