Bug 1417281

Summary: '<pre-hashed password>' terminology is misleading
Product: OpenShift Container Platform Reporter: Ian Tewksbury <itewksbu>
Component: DocumentationAssignee: Vikram Goyal <vigoyal>
Status: CLOSED NOTABUG QA Contact: Vikram Goyal <vigoyal>
Severity: unspecified Docs Contact: Vikram Goyal <vigoyal>
Priority: unspecified    
Version: 3.4.0CC: aos-bugs, gnelson, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-04-24 15:59:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ian Tewksbury 2017-01-27 19:11:30 UTC
Document URL: 

https://github.com/openshift/openshift-ansible/blob/master/inventory/byo/hosts.ose.example#L123

Section Number and Name: 

N/A. In example hosts.ose.example

Describe the issue: 

https://github.com/openshift/openshift-ansible/blob/master/inventory/byo/hosts.ose.example#L123

#openshift_master_htpasswd_users={'user1': '<pre-hashed password>', 'user2': '<pre-hashed password>'}

The term "pre-hashed password" is confusing. It sounds like a password "pre" as in "before" hashed. As in "clear text password". Looking at the doc it is a hashed password. 

Suggestions for improvement: 

This should just be updated to be '<hashed password>'.

Additional information: 

Git issue: https://github.com/openshift/openshift-ansible/issues/3212

Comment 1 Gaurav Nelson 2018-04-24 15:59:08 UTC
Not a bug in ocp docs