[openstack-dev] Barbican : Unable to authenticate with keystone V3 for Barbican curl command

Asha Seshagiri asha.seshagiri at gmail.com
Tue Apr 7 18:34:13 UTC 2015


Hi All ,

Could anyone please help me on this integration issue.
I am unable to authenticate with keystone V3  for Barbican curl command
.I have followed the procedure given in the following link :

https://github.com/cloudkeep/barbican/wiki/Integration-with-Keystone-V3-API

I was unable to authenticate with the keystone V3 even though the right
token was provided in the curl command
Please find the command to get the token and the curl command to post the
secret .

[root at keystone-versiontest ~]# openstack --insecure token issue *(Command
to get token from keystone v3)*
+------------+----------------------------------+
| Field      | Value                            |
+------------+----------------------------------+
| expires    | 2015-04-07T18:26:13.835641Z      |
|* id         | f28b93f27cce4bc09f9ac50d84bde736 |*
| project_id | 9d37f9ecc481422aa8ab53674cb82410 |
| user_id    | e7d02ed8e7e64b01a1d66bb86ffa90d8 |
+------------+----------------------------------+

[root at keystone-versiontest ~]# curl -X POST -H
'content-type:application/json' -H 'X-Project-Id:12345' \
> -H "X-Auth-Token:*f28b93f27cce4bc09f9ac50d84bde736*" -d '{"payload":
"my-secret-here", "payload_content_type": "text/plain"}'
http://localhost:9311/v1/secrets
*Authentication required*[root at keystone-versiontest ~]#

The contents of the admin.opensrc file is as given below :

[root at keystone-versiontest ~]# cat admin.openrc
export OS_USERNAME=admin
export OS_TENANT_NAME=admin
export OS_PASSWORD=admin
export OS_AUTH_URL=https://169.54.204.69:35357/v3
export OS_REGION_NAME=RegionOne
export OS_IDENTITY_API_VERSION=3
export OS_USER_DOMAIN_ID=default
export OS_PROJECT_DOMAIN_ID=default


And also I have attached the  barbican-api-paste.ini and
barbican-admin-paste.ini files.

I would like to know why the curl command for posting the secret is not
geting authenticated with Keystone V3

Any help would highly be appreciated.
-- 
*Thanks and Regards,*
*Asha Seshagiri*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150407/87a1384f/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: barbican-api-paste.ini
Type: application/octet-stream
Size: 1859 bytes
Desc: not available
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150407/87a1384f/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: barbican-admin-paste.ini
Type: application/octet-stream
Size: 737 bytes
Desc: not available
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150407/87a1384f/attachment-0001.obj>


More information about the OpenStack-dev mailing list