Re: [openstack-dev] [barbican] Secret store API validation

2014-11-19 Thread Kelsey, Timothy John
On 18/11/2014 21:07, Nathan Reller rellerrel...@yahoo.com wrote: It seems we need to add some validation to the process Yes, we are planning to add some validation checks in Kilo. I would submit a bug report for this. The big part of the issue is that we need to be clearer about the expected

Re: [openstack-dev] [barbican] Secret store API validation

2014-11-18 Thread Nathan Reller
It seems we need to add some validation to the process Yes, we are planning to add some validation checks in Kilo. I would submit a bug report for this. The big part of the issue is that we need to be clearer about the expected input types to the API as well as the SecretStores. This was a big

[openstack-dev] [barbican] Secret store API validation

2014-11-17 Thread Kelsey, Timothy John
Hello Barbican folks, Recently I was experimenting with the KMIPSecretStore and observed the following behaviour. Issuing the API call: curl -X POST -H 'content-type:application/json' -H 'X-Project-Id:12345' -d '{payload: my-secret-here, payload_content_type: text/plain, algorithm: aes,