-
Story
-
Resolution: Done
-
Major
-
None
-
5
-
False
-
0
-
Undefined
-
Not Supported
-
-
ODC Sprint 199, ODC Sprint 200
Description
As an admin, I should be able to hide any of the entrypoints from the Add page.
Based on the ODC-5412 enhancement proposal its required to extend the console configuration CRD, enable admins to configure this data in the console resource and provide these data as SERVER_FLAGS in the console bridge.
At the moment we can expect that this change will need changes in multiple repositories.
Acceptance Criteria
- Extend the CRD definition openshift/api (Go code and auto-generated yaml files based on this code)
- Update openshift/console-operator dependencies to use the latest API
- Extend openshift-console operator so that the console resource data are available in the console ConfigMap.
- Finally, provide the data from the console ConfigMap as SERVER_FLAGS
Additional Details:
- You can checkout here some old catalog customization PRs:
- For the openshift/api change, see https://github.com/openshift/api/pull/763
- For updating the API dependencies see https://github.com/openshift/console-operator/pull/484
- For providing the console-operator resource data to the consoleConfigMap see https://github.com/openshift/console-operator/pull/495
- For the console bridge SERVER_FLAGS change see https://github.com/openshift/console/pull/7196
- is blocked by
-
ODC-5412 Write an enhancement proposal how to customize Add cards
- Closed
- links to