Actions
Feature #27038
closedconfigure Pulp 3 to use the correct header for REMOTE_USER
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
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
Actions