<div dir="ltr">Hi all,<div><br></div><div>In auth_token (at keystoneclient middleware), if we config like below:</div><div><br></div><div style>auth_uri = <a href="http://localhost:5000/">http://localhost:5000/</a></div><div style>
(without auth_protocal setting which default https)</div><div style><br></div><div style>or like below</div><div style><br></div><div style>auth_uri = <a href="http://localhost:5000/">http://localhost:5000/</a></div><div style>
auth_protocal = http</div><div style><br></div><div style>Which one SHOULD works?</div><div style>The first one is brief but doesn't work, because of current implementation.</div><div style>As a result, we have to set protocal if we need http no matter how I set the auth_uri.</div>
<div style>Could we improve relative codes?</div></div>