yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #28509
[Bug 1413627] Re: v3 API doc: credentials blob content should be JSON-in-a-string instead of actual JSON
** No longer affects: keystone
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1413627
Title:
v3 API doc: credentials blob content should be JSON-in-a-string
instead of actual JSON
Status in OpenStack API documentation site:
Fix Released
Bug description:
The OpenStack Identity v3 API documentation
(http://developer.openstack.org/api-ref-identity-v3.html) has
incorrect examples of how to format EC2 credentials.
The documentation says to use
blob: { "access":"--access key--", "secret":"--secret key--"}
but Keystone rejects this with a 400 error.
The value of blob must actually be a string value, and the JSON for access & secret keys is encoded within this string:
"blob": "{\"access\":\"--access-key--\",\"secret\":\"--secret-key--\"}"
To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-api-site/+bug/1413627/+subscriptions
References