Hi ,
I am trying deploy my node js application in IBM Bluemix and am getting unauthorized error i have already set my username and password in circleci environment variable can any one help
error log:
cf auth $BLUEMIX_USER $BLUEMIX_PASSWORD
API endpoint: https://api.ng.bluemix.net
Authenticating…
Error Code: 403
Raw Response: {“error_description”:“BMXLS0202E: You are using a federated user ID, please use one time code to login with option --sso.”,“error”:“unauthorized”}
FAILED
cf auth $BLUEMIX_USER $BLUEMIX_PASSWORD returned exit code 1
Action failed: cf auth $BLUEMIX_USER $BLUEMIX_PASSWORD