Bug 1284388 - [docs] change link to htpasswd file
Summary: [docs] change link to htpasswd file
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 3.1.0
Hardware: Unspecified
OS: Unspecified
urgent
high
Target Milestone: ---
: ---
Assignee: Thien-Thi Nguyen
QA Contact: Evgheni Dereveanchin
Vikram Goyal
URL: https://access.redhat.com/documentati...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-11-23 08:45 UTC by Evgheni Dereveanchin
Modified: 2016-08-05 01:27 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-25 07:02:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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!


Note You need to log in before you can comment on or make changes to this bug.