-
Story
-
Resolution: Done
-
Normal
-
None
We have a component in konflux (workspaces) whose public endpoints need to be available to users.
It should look like the following (verify that the target is correct):
{
context: (path) => path.includes('/apis/workspaces.konflux.io/'),
target:
'https://workspaces-rest-api-server-workspaces-system.apps.stone-prd-host1.wdlc.p1.openshiftapps.com/',
secure: false,
changeOrigin: true,
autoRewrite: true,
ws: true,
pathRewrite: { '^/apis/workspaces.konflux.io/': '' },
},
- blocks
-
HAC-5792 Create workspace list page
- Closed