-
Feature Request
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
None
-
Product / Portfolio Work
-
None
-
False
-
-
None
-
None
-
None
-
-
None
-
None
-
None
-
None
-
None
1. Proposed title of this feature request
Make RHACS Central launchable from OpenShift Console Application Menu
2. What is the nature and description of the request?
Given that ACS has a separate console from the OpenShift console, it would be nice to be able to easily launch to Central from OpenShift. See example below (using RHACS 4.8):

Integrating into this menu, only requires that the installation create this resource in the cluster:
Here is the sample I created on my own in the mean time:
apiVersion: console.openshift.io/v1
kind: ConsoleLink
metadata:
name: rhacs-central
spec:
applicationMenu:
imageURL: /static/assets/public/imgs/logos/redhat.svg
section: Security
href: 'https://central-rhacs-operator.apps.foobar.openshiftapps.com'
location: ApplicationMenu
text: RHACS Central
3. Why does the customer need this? (List the business requirements here)
Simplify accessing the RHACS Central console from OpenShift, instead of having to navigate to the Routes page, switching to the RHACS namespace and clicking from there.
4. List any affected packages or components.
RHACS installation components (operator, helm chart, etc)