-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
2
-
False
-
None
-
False
-
OCPSTRAT-106 - Provide a TEST action for Serverless functions
-
0
-
Not Supported
-
-
-
ODC Sprint 234, ODC Sprint 236, ODC Sprint 237, ODC Sprint 238, ODC Sprint 239
Description
As a user, I want to invoke a Serverless function from the developer console. This action should be available as a page and as a modal.
Acceptance Criteria
- A backend proxy to invoke a serverless function (or a k8s service in general) from the frontend without a public route.
- The API endpoint should be only accessible to logged-in users.
- Should also work when the bridge is running off-cluster (as developers start them mostly for local development)
Additional Details:
This will be similar to the web terminal proxy, except that no auth headers will be passed to the underlying service.
We need something similar to:
POST /proxy/in-cluster { endpoint: string # Or just service: string ?? tbd. headers: Record<string, string | string[]> body: string timeout: number }
- is depended on by
-
ODC-7275 Implement invoke serverless functions
- Closed
- links to