[ https://jira.fiware.org/browse/HELP-8666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] José Ignacio Carretero Guarde updated HELP-8666: ------------------------------------------------ Status: Answered (was: In Progress) > [fiware-stackoverflow] Using Global Instance of Keystone > -------------------------------------------------------- > > Key: HELP-8666 > URL: https://jira.fiware.org/browse/HELP-8666 > Project: Help-Desk > Issue Type: Monitor > Components: FIWARE-TECH-HELP > Reporter: Backlog Manager > Assignee: José Ignacio Carretero Guarde > Labels: fiware, fiware-orion, keystone > > Created question in FIWARE Q/A platform on 05-05-2017 at 21:05 > {color: red}Please, ANSWER this question AT{color} http://stackoverflow.com/questions/43812529/using-global-instance-of-keystone > +Question:+ > Using Global Instance of Keystone > +Description:+ > Is it possible to use the Global Instance of Keystone to retrieve registered user profile info? > According to these references: https://github.com/telefonicaid/fiware-pep-steelskin#keystone and Keystone create user and permissions by api, it seems possible if I wish to install an instance by my own. However, what if I wish to use the Global Instance, instead. Is it possible? > For example, I have tested te retrieve some data as indicated below without success: > curl -s -H "X-Auth-Token:cXylpiNyh74V6J9YOlqN2GTzYSmGQa" http://cloud.lab.fiware.org:4730/v2.0/tokens | python -mjson.tool > curl -s -H "X-Auth-Token:cXylpiNyh74V6J9YOlqN2GTzYSmGQa" http://cloud.lab.fiware.org:4730/v3/users/ | python -mjson.tool > curl http://cloud.lab.fiware.org:4730/v3/auth/tokens -H "Content-Type: application/json" -d ' { "auth": { "identity": { "methods": [ "password" ], "password": { "user": { "domain": { "name": "matest" }, "name": "pep_proxy_99c59...", "password": "e3025a286dab..." } } } } }' > Note: I have tried both port: 5000 and 4730. > Any hint will be appreciated. -- This message was sent by Atlassian JIRA (v6.4.1#64016)
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy