Hide Forgot
Description of problem: rhc does not display OpenShift instance name when requesting password. As in: - [tim@tim-rmbp-fedora-1 ~]$ rhc apps Your authorization token has expired. Please sign in now to continue. Password: It would be helpful for those of us that work with multiple OpenShift instances to display the instance name when requesting a password. Version-Release number of selected component (if applicable): Current How reproducible: Very Steps to Reproduce: 1. Wait for authorization token to expire 2. Run any rhc command that uses a broker 3. Actual results: [tim@tim-rmbp-fedora-1 ~]$ rhc apps Your authorization token has expired. Please sign in now to continue. Password: Expected results: [tim@tim-rmbp-fedora-1 ~]$ rhc apps Your authorization token has expired. Please sign in now to continue. openshift.redhat.com Password: Additional info:
I have submitted my fix. Pull request https://github.com/openshift/rhc/pull/517
Will merge in https://github.com/openshift/rhc/pull/518
Commit pushed to master at https://github.com/openshift/rhc https://github.com/openshift/rhc/commit/d2078beac0de04323c7a478da31200e658fac161 Bug 1033348 Display OpenShift instance name when requesting password https://bugzilla.redhat.com/show_bug.cgi?id=1033348 Added openshift_server name in Line 77 to show the server info.
Tried on devenv_4087 with rhc build from it, and the result is : # rhc apps Your authorization token has expired. Please sign in now to continue on ec2-67-202-36-80.compute-1.amazonaws.com. Password: So, verify this issue.