Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-55683

When using OVE UI prevent regeneration of kubeadmin-password

XMLWordPrintable

    • None
    • Agent Sprint 270, Agent Sprint 271
    • 2
    • False
    • Hide

      None

      Show
      None

      When using the OVE UI there is a button to download the kubeconfig credentials. This invokes the api/assisted-install/v2/clusters/<cluster_id>/download/files endpoint which will cause the kubeconfig credentials to be generated and allow them to be downloaded. The endpoint calls generateClusterInstallConfig().

      The problem is that when the cluster is later installed, a call to generateClusterInstallConfig() which will regenerate a new kubeadmin-password so that the original password which was downloaded is no longer valid. This is not an issue with the kubeconfig since its value will not change.

      We need to ensure that the kubeadmin-password downloaded via the Download button remains valid.

              bfournie@redhat.com Robert Fournier
              bfournie@redhat.com Robert Fournier
              Biagio Manzari Biagio Manzari
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: