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

User password hash should be removed from the MicroShift docs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Normal Normal
    • None
    • 4.14.z, 4.15.z
    • None
    • No
    • False
    • Hide

      None

      Show
      None
    • Release Note Not Required
    • In Progress

      Description of problem:

      MicroShift user-facing documentation contains a hashed password string. We should not include any password selection suggestions in the docs.

      Version-Release number of selected component (if applicable):

      4.14 and 4.15 docs       

      Actual results:

      Example kickstart contains

      # To add users, use a line such as the following
      user --name=user \
      --password=$6$HFVVV521NB4kOKVG$0.hM652uIOBNsC45kvFpMuRVkfNGHToMdQ6PDTU8DcEF30Gz/3DUwW153Gc9EvNMkH50qYfBO5os/FJsXTLLt. \
      --iscrypted --groups=wheel

      Expected results:

      Example kickstart should contain

      # To add users, use a line such as the following
      user --name=<YOUR_USER_NAME> \
      --password=<YOUR_HASHED_PASSWORD> \
      --iscrypted --groups=<YOUR_USER_GROUPS>

      Additional info:

       

            rhn-support-shdiaz Shauna Diaz
            ggiguash@redhat.com Gregory Giguashvili
            John George John George
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: