Can't create a token

asked 2017-07-25 21:36:06 +0200

smartsdk_cicese gravatar image

I used to be able to create tokens by using below curl command. But suddenly (since a few days ago) it's been imposible to create them. I know this command is right because I documented it before. Thus, I'm wondering if there are any changes in the mechanism to create tokes that I should be aware of.

COMMAND USED TO CREATE A TOKEN: curl -k -X POST "https://computing.cosmos.lab.fiware.org:13000/cosmos-auth/v1/token" -H "Content-Type: application/x-www-form-urlencoded" -d "grant_type=password&username=MYEMAIL&password=MYPASSWORD"

OUTCOME: curl: (7) Failed connect to computing.cosmos.lab.fiware.org:13000; Connection timed out

edit retag flag offensive close merge delete

Comments

besides, I'm using the same procedure as it is described here: http://fiware-cosmos.readthedocs.io/en/latest/quick_start_guide_new/#section3.1 whiteout success at all :( any advice ???

smartsdk_cicese gravatar imagesmartsdk_cicese ( 2017-07-25 22:06:30 +0200 )edit

You have to request access to francisco.romerobueno@telefonica.com or use the resources provided by UPM. for more info please visit https://github.com/ging/fiware-cosmos/blob/master/doc/manuals/quick_start_guide_new.md

anmunoz gravatar imageanmunoz ( 2019-01-08 15:52:15 +0200 )edit