INACTIVE
Перейти к файлу
Chris 70800e5f35 Merge pull request #1 from cturra/master
we have tested this in our stackato deployment for a couple days and everything looks great.
2013-02-04 12:28:37 -08:00
README.md readme 2012-11-21 06:23:35 -08:00
httpd.conf redid how the proxying works so we can set a timeout value to account for long staging times in stackato 2013-01-03 16:24:37 -08:00
proxy-auth.cgi added ssh privkey when logging in a user. solution provided by @jdpaton. 2013-02-04 12:22:46 -08:00

README.md

Introduction

This Perl CGI script is a simple way to do LDAP authentication in front of a CloudFoundry compatible API.

Mozilla is using it in front of CloudFoundry for Petri's Paas Project and is experimenting with it in front of ActiveState Stackato for Project Bunsen.

It intercepts certain CF API requests and substitutes an LDAP auth lookup for the CF builtin authentication. All other API traffic it proxies through to the CF API endpoint.

Maintainers

This is currently being maintained by Mozilla WebOps. @solarce is the primary maintainer. Many thanks for gozer for building this.

Installation

Forthcoming...