<div dir="ltr">Hi all,<div><br></div><div>Magnum now use a token to get CA certificate in make-cert.sh. Token has a expiration time. So we should change this method. Here are two proposals.</div><div><br></div><div>1. Use trust which I have introduced in [1]. The way has a disadvantage. We can't limit the access to some APIs. For example, if we want to add a limitation that some APIs can only be accessed from Bay and can't be accessed by users outside. We need a way to distinguish these users, from</div><div>Bay or from outside.</div><div><br></div><div>2. We create a user with the role to access Magnum. The way is used in Heat. Heat creates a user for each stack to communicate with Heat. We can add a role to the user which is already introduced in [1]. The user can directly access Magnum for some limited APIs. With trust id, the user can access other services.</div><div><br></div><div>[1] <a href="https://review.openstack.org/#/c/268852/">https://review.openstack.org/#/c/268852/</a></div><div><br></div><div>Regards,</div><div>Wanghua</div></div>