Test integration install not working
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Barbican |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
I have tried a number of variations on the following:
bash-3.2$ curl -H "Accept: application/json" -H "X-Auth-Token: 39a8b7f62dcb409
{
"title": "Secret(s) retrieval failure seen - please contact site administrator."
}
As you see that request fails. I've also tried creating a secret for the same tenant id:
bash-3.2$ curl -X POST -H "Accept: applicaton/json" -H "Content-Type: application/json" --data "{
> \"name\": \"AES key\",
> \"expiration\": \"2014-
> \"algorithm\": \"aes\",
> \"bit_length\": 256,
> \"mode\": \"cbc\",
> \"payload\": \"gF6+lLoF3ohA9
> \"payload_
> \"payload_
> }" http://
Secret creation failure seen - please contact site administrator.
This is the closest thing to contacting the administrator that I could think of. :)
Am I missing something?
Changed in cloudkeep: | |
status: | New → Fix Released |
milestone: | none → havana |
Apologies Larry, I didn't have notifications setup correctly and didn't notice this issue until now. :( We had taken our eye off the ball on our integration environment. We have revamped it, please take a look at this page: https:/ /github. com/cloudkeep/ barbican/ wiki/Integratio n-Environment
Thanks,
John