How to support permission management in Build Mode for Toaster: Difference between revisions

From Yocto Project
Jump to navigationJump to search
(Created page with "Category:Toaster On the mailing list Bian, Naimeng biannm@cn.fujitsu.com asked how to support user authentication so that there is some control of who can start builds. B...")
 
No edit summary
Line 1: Line 1:
[[Category:Toaster]]
[[Category:Toaster]]


On the mailing list Bian, Naimeng biannm@cn.fujitsu.com asked how to support user authentication so that there is some control of who can start builds.
On the mailing list Bian, Naimeng asked how to support user authentication so that there is some control of who can start builds.
Based on her mailing list comments, she successfully set up Toaster to run under Apache and used the apache-basic-authentication to control access. The instructions for running toaster under apache are located in the  [https://www.yoctoproject.org/documentation/toaster-manual-18 Toaster Manual] and the instructions for  connecting the apache-basic-authentication are located at this site: [https://community.webfaction.com/questions/256/apache-basic-authentication-for-mod_wsgi-inc-django-applications].
Based on her mailing list comments, she successfully set up Toaster to run under Apache and used the apache-basic-authentication to control access. The instructions for running toaster under apache are located in the  [https://www.yoctoproject.org/documentation/toaster-manual-18 Toaster Manual] and the instructions for  connecting the apache-basic-authentication are located at this site: [https://community.webfaction.com/questions/256/apache-basic-authentication-for-mod_wsgi-inc-django-applications].
<br>
<br>
Thanks/credit to Bian!
Thanks/credit to Bian!

Revision as of 16:22, 25 September 2015


On the mailing list Bian, Naimeng asked how to support user authentication so that there is some control of who can start builds. Based on her mailing list comments, she successfully set up Toaster to run under Apache and used the apache-basic-authentication to control access. The instructions for running toaster under apache are located in the Toaster Manual and the instructions for connecting the apache-basic-authentication are located at this site: [1].
Thanks/credit to Bian!