Hi All , I am unable to send the PUT request using the CURL command for storing the secret . root at barbican:~# curl -X POST -H 'content-type:application/json' -H 'X-Project-Id: 12345' -d '{"secret": {"name": "secretname", "algorithm": "aes", "bit_length" : 256, "mode": "cbc"}}' http://localhost:9311/v1/secrets {"secret_ref": " http://localhost:9311/v1/secrets/84aaac35-daa9-4ffb-b03e-18596729705d"} curl -X PUT -H 'content-type:application/json' -H 'X-Project-Id: 12345' -d '{"secret": {"payload": "secretput", "payload_content_type": "text/plain" }}' http://localhost:9311/v1/secrets *{"code": 405, "description": "", "title": "Method Not Allowed"}* It would be great if some one could help me . Thanks in advance. -- *Thanks and Regards,* *Asha Seshagiri* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150320/2d7caede/attachment.html>