Bug 1332108

Summary: [DOCS] basic auth doesn't exists in 3.0
Product: OpenShift Container Platform Reporter: Christophe Augello <caugello>
Component: DocumentationAssignee: brice <bfallonf>
Status: CLOSED CURRENTRELEASE QA Contact: weiwei jiang <wjiang>
Severity: medium Docs Contact: Vikram Goyal <vigoyal>
Priority: low    
Version: 3.0.0CC: aos-bugs, jokerman, mmccomas, wsun
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-07-06 03:32:53 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:

Description Christophe Augello 2016-05-02 09:00:31 UTC
Document URL: 

https://docs.openshift.com/enterprise/3.0/dev_guide/builds.html#using-private-repositories-for-builds

Section Number and Name: 

Describe the issue: 

The docs references a command that doesn't exists in that version.

oc secrets new-basicauth is not available for 3.0.

oc v3.0.2.0-39-ga2d18e6
kubernetes v1.1.0-alpha.0-1605-g44c91b1

Suggestions for improvement: 

remove/adapt this part of docs.

Additional information: 

Usage:
  oc secrets [options]

Available Commands:
  new           Create a new secret based on a key file or on files within a directory
  new-dockercfg Create a new dockercfg secret
  add           Add secrets to a ServiceAccount

Comment 2 brice 2016-07-04 01:23:31 UTC
Confirmed this is 3.0 only. I think there was a PR that merged into the 3.0 branch that wasn't supposed to. I've reverted the information from that PR directly on the 3.0 branch. You can find it here:

https://github.com/openshift/openshift-docs/blob/enterprise-3.0/dev_guide/builds.adoc

Moving this to pending.