Uploaded image for project: 'OpenShift Console'
  1. OpenShift Console
  2. CONSOLE-3376

Changes in ConsoleCLIDownload objects are not customizable by administrators

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Undefined
    • None
    • openshift-4.10.z
    • Console Operator
    • False
    • None
    • False
    • Hide

       

      $ oc get consoleclidownload 
      NAME                  DISPLAY NAME                                  AGE
      helm-download-links   helm - Helm 3 CLI                             2022-03-19T14:43:33Z
      kam                   GitOps Application Manager                    2022-08-11T08:39:17Z
      oc-cli-downloads      oc - OpenShift Command Line Interface (CLI)   2022-08-12T15:32:31Z
      odo-cli-downloads     odo - Developer-focused CLI for OpenShift     2022-03-19T14:49:36Z
      # Change description, displayName or links..
      $ oc edit consoleclidownload  oc-cli-downloads
      # After the edit the content is reverted back..
      $ oc get  consoleclidownload  oc-cli-downloads -o yaml
       
      

       

      Show
        $ oc get consoleclidownload  NAME                  DISPLAY NAME                                  AGE helm-download-links   helm - Helm 3 CLI                             2022-03-19T14:43:33Z kam                   GitOps Application Manager                    2022-08-11T08:39:17Z oc-cli-downloads      oc - OpenShift Command Line Interface (CLI)   2022-08-12T15:32:31Z odo-cli-downloads     odo - Developer-focused CLI for OpenShift     2022-03-19T14:49:36Z # Change description, displayName or links.. $ oc edit consoleclidownload  oc-cli-downloads # After the edit the content is reverted back.. $ oc get  consoleclidownload  oc-cli-downloads -o yaml    

    Description

      The operator fully manages all ConsoleCLIDownload objects, and any changes processed by users/administrators a reverted by the operator. Users need to have the option to edit the content of these objects and to have control of the content.

      It is now only possible to change the host URL but not in these objects but in the downloads route in the openshift-console namespace.

      From the documentation, it sounds like editing these objects is expected and should work. So this issue is more a request for enhancement than a bug probably.

      • The goal is to completely modify the default link to simplify it as much as possible for the interface and users.
      • Have the option to edit/change the description and displayName
      • Add/remove additional ConsoleCLIDownloads

      Attachments

        Activity

          People

            Unassigned Unassigned
            rhn-support-rludva Radomir Ludva
            Votes:
            5 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: