Uploaded image for project: 'Red Hat 3scale API Management'
  1. Red Hat 3scale API Management
  2. THREESCALE-4465

Wrong command to obtain admin username in operator docs

    XMLWordPrintable

Details

    • integration-doc-2020-01-27, integration-doc-2020-02-17, integration-doc-2020-03-09

    Description

      Section 2.6.2 of the docs instructs the user to obtain the admin username using the following command:

      oc get secret system-seed -o json | jq -r .data.ADMIN_USERNAME | base64 -d
      

      This is incorrect, as the admin username is stored with the key ADMIN_USER in the secret.
      The correct command should thus be

      oc get secret system-seed -o json | jq -r .data.ADMIN_USER | base64 -d
      

      Attachments

        Issue Links

          Activity

            People

              dfenness@redhat.com Darren Fennessy
              asmigala@redhat.com Andrej Smigala
              Darren Fennessy Darren Fennessy
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: