Project

General

Profile

Feature #27038

Updated by Brian Bouterse almost 5 years ago

Use the docs here to configure Pulp3 to use Auth provided by apache    https://docs.pulpproject.org/en/3.0/nightly/installation/authentication.html#webserver-auth 

 In the case of apache forwarding requests to the pulp wsgi if you're using mod_wsgi Pulp's defaults should work with REMOTE_USER in the WSGI environment. If you're using a reverse proxy, you'll need to configure Pulp to trust the header submitted from apache. For that, see the reverse proxy docs https://docs.pulpproject.org/en/3.0/nightly/installation/authentication.html#webserver-auth-with-reverse-proxy

Back