Unable to configure any Certificate Authority with Barbican
Installed barbican using "https://github.com/cloudkeep/barbican/wiki/Barbican-Quick-Start-Guide"
Result of : curl -H 'content-type:application/json' -H 'X-Project-Id:12345' http://localhost:9311/v1/cas
is : {"cas": [], "total": 0}
With the default simple_certificate, snakeoil CA itself I get empty result.
I am expecting something like
{"cas": ["http://localhost:9311/v1/cas/...."], "total": 1} // atleast the default ca.
Error Reason: Tables are empty