← Back to team overview

openstack team mailing list archive

Re: horizon/keystone

 

"Mballo Cherif" <Cherif.Mballo@xxxxxxxxxxx> wrote:
> Hello everybody !
> I need to understand how does horizon use keystone to authenticate
> user in dashboard?
> What is really the interaction with horizon and keystone?
> I am looking the horizon code but it's not easy to understand.
> 
> Thanks you for your help!
> 
> Sherif.

Hi Sherif. Horizon uses a separate plug-in for authentication that you can find on GitHub: https://github.com/gabrielhurley/django_openstack_auth/ . The code you're looking for probably is in the authenticate() method at openstack_auth/backend.py.

https://github.com/gabrielhurley/django_openstack_auth/blob/master/openstack_auth/backend.py#L56

Hope this helps,

Julie


References