Bug 1284388

Summary: [docs] change link to htpasswd file
Product: OpenShift Container Platform Reporter: Evgheni Dereveanchin <ederevea>
Component: DocumentationAssignee: Thien-Thi Nguyen <tnguyen>
Status: CLOSED CURRENTRELEASE QA Contact: Evgheni Dereveanchin <ederevea>
Severity: high Docs Contact: Vikram Goyal <vigoyal>
Priority: urgent    
Version: 3.1.0CC: amelicha, aos-bugs, ederevea, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://access.redhat.com/documentation/en/openshift-enterprise/3.1/installation-and-configuration/chapter-2-installing#deploying-a-docker-registry
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-25 07:02:58 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 Evgheni Dereveanchin 2015-11-23 08:45:48 UTC
Document URL: 
https://access.redhat.com/documentation/en/openshift-enterprise/3.1/installation-and-configuration/chapter-2-installing#deploying-a-docker-registry

Section Number and Name: 
2.5.1. Overview

Describe the issue: 
the sample HTPASSWD configuration points at a file in /etc/openshift but this directory does not exist in OSEv3.1

Suggestions for improvement: 
Change it ho /etc/origin

Additional information: 

the specific line is as follows
# htpasswd /etc/openshift/openshift-htpasswd reguser
change it to
# htpasswd /etc/origin/openshift-htpasswd reguser

Comment 1 Thien-Thi Nguyen 2015-11-23 10:54:25 UTC
BTW, this change was mentioned in the release notes:

 https://access.redhat.com/documentation/en/openshift-enterprise/version-3.1/release-notes/#ose-31-new-features-and-enhancements

Comment 2 Thien-Thi Nguyen 2015-11-23 11:01:37 UTC
PR: https://github.com/openshift/openshift-docs/pull/1246

Comment 3 Evgheni Dereveanchin 2015-11-23 16:37:12 UTC
Thanks for the quick reaction, that's exactly what I was asking for!