<div dir="ltr">Dear all,<div>I have installed a local Barbican server following <a href="https://github.com/cloudkeep/barbican/wiki/Barbican-Quick-Start-Guide">this</a> guide. All is OK.</div><div><br></div><div>I have <a href="https://github.com/cloudkeep/barbican/wiki/Developer-Guide-for-Keystone">configured Keystone for use with Barbican</a>, installed a keystone service on the same VM in which Barbican runs, and ran the keystone_data.sh file and edited the "barbican-api-paste.ini" e "barbican-admin-paste.ini".</div>
<div><br></div><div>So, I have obtained a scoped token from the local keystone, but the following command have the same effect.</div><div><br></div><div>What is the correct workflow between the barbican and keystone middleware service?</div>
<div><br></div><div><pre style="font-family:Consolas,'Liberation Mono',Courier,monospace;font-size:13px;margin-top:15px;margin-bottom:15px;background-color:rgb(248,248,248);border:1px solid rgb(221,221,221);line-height:19px;overflow:auto;padding:6px 10px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;word-wrap:normal;color:rgb(51,51,51)">
<span class="" style>curl</span> <span class="" style="font-weight:bold">-</span><span class="" style>H</span> <span class="" style="color:rgb(221,17,68)">"Accept: applicaton/json"</span> <span class="" style="font-weight:bold">-</span><span class="" style>H</span> <span class="" style="color:rgb(221,17,68)">"X-Auth-Token:MIIEUQYJKoZIhvcNAQcCoIIEQj3PslNXBcZuRdLdrnvuZk="</span> <span class="" style>http</span><span class="" style="font-weight:bold">:</span><span class="" style="color:rgb(153,153,136);font-style:italic">//localhost:9311</span></pre>
<pre style="font-family:Consolas,'Liberation Mono',Courier,monospace;font-size:13px;margin-top:15px;margin-bottom:15px;background-color:rgb(248,248,248);border:1px solid rgb(221,221,221);line-height:19px;overflow:auto;padding:6px 10px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;word-wrap:normal;color:rgb(51,51,51)">
<span class="" style="color:rgb(153,153,136);font-style:italic"><pre style="font-family:Consolas,'Liberation Mono',Courier,monospace;font-size:13px;margin-top:15px;margin-bottom:15px;border:1px solid rgb(221,221,221);overflow:auto;padding:6px 10px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;word-wrap:normal;color:rgb(51,51,51);font-style:normal">
<span class="" style>curl</span> <span class="" style="font-weight:bold">-</span><span class="" style>H</span> <span class="" style="color:rgb(221,17,68)">"Accept: applicaton/json"</span> <span class="" style="font-weight:bold">-</span><span class="" style>H</span> <span class="" style="color:rgb(221,17,68)">"X-Auth-Token:blablabla"</span> <span class="" style>http</span><span class="" style="font-weight:bold">:</span><span class="" style="color:rgb(153,153,136);font-style:italic">//localhost:9311</span></pre>
<pre style="font-family:Consolas,'Liberation Mono',Courier,monospace;font-size:13px;margin-top:15px;margin-bottom:15px;border:1px solid rgb(221,221,221);overflow:auto;padding:6px 10px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;word-wrap:normal;color:rgb(51,51,51);font-style:normal">
<pre style="font-size:13px;font-family:Consolas,'Liberation Mono',Courier,monospace;margin-top:15px;margin-bottom:15px;border:1px solid rgb(221,221,221);overflow:auto;padding:6px 10px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;word-wrap:normal">
<span class="">curl</span> <span class="" style="font-weight:bold">-</span><span class="">H</span> <span class="" style="color:rgb(221,17,68)">"Accept: applicaton/json"</span> <span class="">http</span><span class="" style="font-weight:bold">:</span><span class="" style="color:rgb(153,153,136);font-style:italic">//localhost:9311</span></pre>
</pre></span></pre></div></div>