Uploaded image for project: 'OCMUI - OpenShift Cluster Manager UI'
  1. OCMUI - OpenShift Cluster Manager UI
  2. OCMUI-1508

Allow OSD (aws/gcp) and rosa classic clusters to edit component routes

XMLWordPrintable

    • Icon: Epic Epic
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • None
    • Core UI
    • None
    • Allow OSD (aws/gcp) and rosa classic clusters to edit component routes
    • Product / Portfolio Work
    • False
    • Hide

      None

      Show
      None
    • False
    • To Do
    • ROSA-101 - M2: Allow change the hostname and TLS secret in OCM UI

      Due to an issue of how HTTP2 behaves using a single field for the components routes certificate turned to undesired outcomes. OCP allows to specify the hostname and tls secret reference to each individual component route. This aims to allow the same configuration of OCP to managed clusters.

      This functionality was previously handled in HAC-5128

      OCM-6028 | The API on stage is already available, but still under QE review

      Example patch request below

      {
        "component_routes": {
          "oauth": {
            "hostname": "",
            "tls_secret_ref": ""
          },
          "console": {
            "hostname": "",
            "tls_secret_ref": ""
          },
          "downloads": {
            "hostname": "",
            "tls_secret_ref": ""
          }
        }
      } 

      Acceptance criteria

      • Allow changes to parameters of component routes for each component (oauth, downloads, console)
      • The parameters are hostname and tlsSecretRef
      • The changes are only for day 2 when editing the default ingress (apps) of the cluster

              Unassigned Unassigned
              rh-ee-gbranco Guilherme Branco
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: