I am not able to login with cf ic login to IBM Containers.
mpoutane@FI-0365-LT:~|⇒ cf ic login
Deleting the old configuration file...
Retrieving client certificates for IBM Containers...
INFO: 2016/07/26 12:14:22 Auth Error: {
"code": "IC5099E",
"description": "Not authorized: {\n \"code\": \"IC5017E\", \n \"description\": \"The ID could not be validated. Log in to the CLI again.\", \n \"incident_id\": \"275-1469524457.883-459747\", \n \"name\": \"Token\", \n \"rc\": \"500\", \n \"type\": \"Authorization\"\n}",
"incident_id": "275-1469524457.883-459747",
"name": "NotAuthorized",
"rc": "401",
"type": "Infrastructure"
}
FAILED
A problem occurred with the login. Your session might have expired. Use "cf ic login" to log in again.
cf login
works like normal. I encountered this problem shortly after installing Docker for Mac. Previously i used Docker Quickstart Terminal without any problems. Even cf ic init
gives the same error response.