Odili Charles Opute
Odili Charles Opute

Reputation: 331

Cannot Use Openshift Client Tools

I am having a hard time with the OpenShift client tools on Ubuntu. It keeps asking for a password which I am now confused about. Issuing rhc apps command displays the following message : Please sign in to start a new session to openshift.redhat.com. I entered my openshift account password but got a message that it was invalid. What password is required here ??

Upvotes: 0

Views: 108

Answers (2)

Roberto
Roberto

Reputation: 9080

Use the -l param to be sure you are using your account:

rhc domain show -l [email protected]

Use the same credentials that used in the web site.

BTW, If you use only an OpenShift account, the setup will configure the access with certificate and you won't need use password from command line.

rhc setup

Upvotes: 1

user2879327
user2879327

Reputation:

It should use the same username/password that you log into the web console with.

Upvotes: 0

Related Questions