[Fiware-lab-help] IDM KeyRock issue

zahos pap zacpapac04 at gmail.com
Thu Oct 15 14:12:02 CEST 2015


Hi,
we have installed with docker an image of Keyrock Identity Management
at the following address.

http://185.23.171.56:5000/v3/auth/tokens <http://185.23.171.56:5000/v3/>

We are trying to make a simple call from the API Examples
http://docs.openstack.org/developer/keystone/api_curl_examples.html#admin-api-examples-using-curl

and more specifically this method call.

curl -i \
  -H "Content-Type: application/json" \
  -d '
{ "auth": {
    "identity": {
      "methods": ["password"],
      "password": {
        "user": {
          "name": "admin",
          "domain": { "id": "default" },
          "password": "adminpwd"
        }
      }
    }
  }
}' \

The response we are getting is,
HTTP/1.1 500 Internal Server Error
Vary: X-Auth-Token
Content-Type: application/json
Content-Length: 143
Date: Wed, 14 Oct 2015 21:27:29 GMT

{"error": {"message": "An unexpected error prevented the server from
fulfilling your request.", "code": 500, "title": "Internal Server Error"}}



Also we had a test with HTTP get at http://185.23.171.56:5000/v3
and we get response OK (200)

with the follow result

{"version": {"status": "stable", "updated": "2013-03-06T00:00:00Z",
"media-types": [{"base": "application/json", "type":
"application/vnd.openstack.identity-v3+json"}, {"base": "application/xml",
"type": "application/vnd.openstack.identity-v3+xml"}], "id": "v3.0",
"links": [{"href": "http://185.23.171.56:5000/v3/", "rel": "self"}]}}



We think that this proves that we have successfully installed the KeyRock
listening at 5000 but we cannot get any tokens.

1.How we could we add users and get tokens from them through the API?
2. Generally could you provide us a tutorial of testing the installation of
the
Keyrock IDM?



Best Regards,

Zacharias Papachristos,

Beezon IoT Solutions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.fiware.org/private/fiware-lab-help/attachments/20151015/f20f932f/attachment.html>


More information about the Fiware-lab-help mailing list

You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy   Cookies policy