Bug 1257362 - rhc server configure doesn't have a --always-auth option
Summary: rhc server configure doesn't have a --always-auth option
Keywords:
Status: CLOSED DUPLICATE of bug 1216206
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: oc
Version: 2.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Fabiano Franz
QA Contact: Yanping Zhang
URL:
Whiteboard:
: 1257354 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-26 21:52 UTC by Eric Jones
Modified: 2015-09-21 18:36 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-09-21 18:36:34 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1216206 0 high CLOSED [RFE] --always-auth should be an allowed option for rhc setup 2021-02-22 00:41:40 UTC

Description Eric Jones 2015-08-26 21:52:16 UTC
Description of problem:
Cannot manually or with the help of a rhc command set always_auth equal to true when more than one server is involved (i.e. when the config uses .openshift/server.yml instead of .openshift/express.conf)

Version-Release number of selected component (if applicable):
OpenShift Enterprise v2.2

How reproducible:
100%

Steps to Reproduce:
1. On a system running OpenShift v2.2 with one server already set on the default dev account, ran "rhc server add openshift.redhat.com".
2. Ran "ls ~/.opnshift" to prove that it created the server.yml file
3. Ran "cat ~/.openshift/server.yml" in order to see that, by default, it doesn't have any always_auth setting
4. Ran "rhc server use online"
5. Ran "rhc region" to prove that it doesn't authenticate
6. Vim into the file to add "always_auth: true"
7. Ran "rhc region" again and still no authentication
8. Ran "cat ~/.openshift/server.yml"  again and saw that the changes were gone
9. Ran "rhc server configure --help" and saw that there is no option to add always_auth or anything similar

Expected results:
# rhc server configure online --always-auth true
success(?) (not sure what the success would look like)

Additional info:
Version 2.2.5 changed the default for the rhc setup command to set always_auth=false and occasionally it needs to be always_auth=true For multiple servers connected to one dev account the configuration file for the server switches from .openshift/express.conf to .openshift/server.yml and in the server.yml always_auth does not work. Both setting it manually and setting it using rhc server configure NickName --always-auth therefore there is no way to set the server to always authenticate when there are more than one server attached to a dev account.

Comment 2 Eric Jones 2015-08-27 13:23:11 UTC
*** Bug 1257354 has been marked as a duplicate of this bug. ***

Comment 3 Timothy Williams 2015-09-21 18:36:34 UTC
This will be resolved by https://github.com/openshift/rhc/commit/b571857746c8d6587dba4711565272a980691313

Fix is being tracked in another bug already: https://bugzilla.redhat.com/show_bug.cgi?id=1216206

*** This bug has been marked as a duplicate of bug 1216206 ***


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