1 | initial version |
Hi, you are right. Since the new cluster is in a beta status, you must contact me in order to create an account. Please, issue an email to francisco.romerobueno@telefonica.com
The only thing I need is the result of this command:
$ curl -X GET "https://account.lab.fiware.org/user?access_token=<YOUR_TOKEN>"
For instance, if using my token I get:
{"organizations": [], "displayName": "frb", "roles": [{"name": "provider", "id": "106"}], "app_id": “9556cc76154361b3b43d7b31f0600982", "email": "frb@tid.es", "id": "frb”}
The interesting part is the "id" field.
Never show me your token!
If you don’t have a token, you can get one by querying the old cluster this way:
$ curl -k -X POST "https://cosmos.lab.fiware.org:13000/cosmos-auth/v1/token" -H "Content-Type: application/x-www-form-urlencoded" -d "grant_type=password&username=<YOUR_USER>&password=<YOUR_PASSWORD>”
Where user and password are the email and password you used when you registered in FIWARE Lab. You should get something like:
{"access_token": "qjHPUcnW6leYAqr3Xw34DWLQlja0Ix", "token_type": "Bearer", "expires_in": 3600, "refresh_token": "V2Wlk7aFCnElKlW9BOmRzGhBtqgR2z"}
Never show me the token nor the passwords!
Once you pass me your ID I can create an account in the new storage cluster, where you can start uploading data through WebHDFS.
2 | No.2 Revision |
Hi, you are right. Since the new cluster is in a beta status, you must contact me in order to create an account. Please, issue an email to francisco.romerobueno@telefonica.com
The only thing I need is the result of this command:
$ curl -X GET "https://account.lab.fiware.org/user?access_token=<YOUR_TOKEN>"
For instance, if using my token I get:
{"organizations": [], "displayName": "frb", "roles": [{"name": "provider", "id": "106"}], "app_id": “9556cc76154361b3b43d7b31f0600982", "email": "frb@tid.es", "id": "frb”}
The interesting part is the "id" field.
Never show me your token!
If you don’t have a token, you can get one by querying the old cluster this way:
$ curl -k -X POST "https://cosmos.lab.fiware.org:13000/cosmos-auth/v1/token" -H "Content-Type: application/x-www-form-urlencoded" -d "grant_type=password&username=<YOUR_USER>&password=<YOUR_PASSWORD>”
Where user and password are the email and password you used when you registered in FIWARE Lab. You should get something like:
{"access_token": "qjHPUcnW6leYAqr3Xw34DWLQlja0Ix", "qj33UcnW6leYAqr3X004DWLqaja0Ix", "token_type": "Bearer", "expires_in": 3600, "refresh_token": "V2Wlk7aFCnElKlW9BOmRzGhBtqgR2z"}
Never show me the token nor the passwords!
Once you pass me your ID I can create an account in the new storage cluster, where you can start uploading data through WebHDFS.