-
Story
-
Resolution: Won't Do
-
Major
-
None
-
None
-
False
-
False
Providing the need for a console backend remains a necessity, the shared portion of the console backend must be made available as part of the SDK (or backend SDK package) in order to support both HAC and OpenShift Console apps.
The backend component must support the addition of new routes since applications may also want to provision their own backend routes in addition to the those which are predefined.
Acceptance Criteria
- Use work done in
HAC-286for proxy - ability to instantiate the backend with additional route handlers to include custom services
- has no dependency on a service account
- supports plugins
Thoughts
- Exists in hac-dev repo
- Does this belong in the same SDK package as the frontend or a separate repo?
- Proxy for KCP / directly calling it (probably a k8s instance)
- Might use what we already have in OpenShift Console (good start/foundation)