Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-8666

[fiware-stackoverflow] Using Global Instance of Keystone

    Details

      Description

      Created question in FIWARE Q/A platform on 05-05-2017 at 21:05
      Please, ANSWER this question AT 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.

        Activity

        Hide
        backlogmanager Backlog Manager added a comment -

        2017-05-06 00:05|CREATED monitor | # answers= 0, accepted answer= False

        Show
        backlogmanager Backlog Manager added a comment - 2017-05-06 00:05|CREATED monitor | # answers= 0, accepted answer= False

          People

          • Assignee:
            jicg José Ignacio Carretero Guarde
            Reporter:
            backlogmanager Backlog Manager
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: