← Back to team overview

graphite-dev team mailing list archive

Re: [Question #193532]: Can I use Apache for authentication?

 

On 4/13/2012 10:35 AM, Ryan Davis wrote:
New question #193532 on Graphite:
https://answers.launchpad.net/graphite/+question/193532

Is there a way to use Apache for authentication?

I already have apache configured to handle my LDAPS auth for other websites (mediawiki, trac, nagios, etc), can graphite piggy-back off that? I see it's possible to configure graphite itself to use LDAPS, but it'd be nice if I didn't need to duplicate my ldap information in another config file..

Standard Django fare.

https://docs.djangoproject.com/en/dev/howto/auth-remote-user/


References