Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Invalid Auth Token response to cf command

I tend to leave my cf cli (Cloud Foundry client) logged in and set to a specific target in Bluemix. I return and issue commands again after a long pause without fail. Recently I got an unexpected response:

Invalid Auth Token

What happened and what do I do next?

like image 259
Pat Mc Avatar asked May 15 '15 12:05

Pat Mc


People also ask

What CF CLI?

The cf CLI is the official command line client for Cloud Foundry. The procedures in this topic describe how to install the cf CLI on your operating system. You can install the cf CLI with a package manager, an installer, or a compressed binary.

What does invalid Authtoken mean?

What does " Error 931 - Auth Token is Invalid" mean? Detailed Description. Error 931 indicates that the Authentication Token used in your XML or SOAP call was not recognized by the eBay Web Services authentication framework as a valid token.

Which CF commands are used to create orgs and spaces?

Use the cf create-space command to create spaces in your Cloud Foundry organization using the Cloud Foundry Command Line Interface (cf CLI).


1 Answers

I've learned that this means there was some kind of unexpected communication issues between the Cloud Foundry client and the server.

You just need to issue a cf login and try again. (maybe a cf logout first).

like image 85
Pat Mc Avatar answered Oct 13 '22 21:10

Pat Mc