-
Bug
-
Resolution: Done
-
Normal
-
None
-
4.14.z, 4.15.z
-
None
-
No
-
False
-
-
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:
- https://access.redhat.com/documentation/en-us/red_hat_build_of_microshift/4.14/html/installing/microshift-embed-in-rpm-ostree#provisioning-a-machine_microshift-embed-in-rpm-ostree
- https://access.redhat.com/documentation/en-us/red_hat_build_of_microshift/4.15/html/installing/microshift-embed-in-rpm-ostree#provisioning-a-machine_microshift-embed-in-rpm-ostree