Test integration install not working

Bug #1240714 reported by Larry McCay
6
This bug affects 1 person
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: 39a8b7f62dcb4095a74a4e65a68c85d8" http://api-02-int.cloudkeep.io:9311/v1/0239200f037f4520aadd9791fad19af8/secrets?limit=3
{
    "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-02-28T19:14:44.180394\",
> \"algorithm\": \"aes\",
> \"bit_length\": 256,
> \"mode\": \"cbc\",
> \"payload\": \"gF6+lLoF3ohA9aPRpt+6bQ==\",
> \"payload_content_type\": \"application/octet-stream\",
> \"payload_content_encoding\": \"base64\"
> }" http://api-02-int.cloudkeep.io:9311/v1/0239200f037f4520aadd9791fad19af8/secrets
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?

Revision history for this message
John Wood (john-wood-w) wrote :

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/Integration-Environment

Thanks,
John

Changed in cloudkeep:
status: New → Fix Released
milestone: none → havana
Revision history for this message
John Vrbanac (john.vrbanac) wrote :

The wrong endpoint is being used: Please try this with http://iad-int-api.cloudkeep.io:9311

If this doesn't fix the issue you are seeing, please let us know. Thanks!

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.