Feature #27038
closedconfigure Pulp 3 to use the correct header for REMOTE_USER
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
Updated by David Davis over 5 years ago
- Blocks Tracker #26987: Pulp3 Main tracker added
Updated by Brian Bouterse over 5 years ago
- Description updated (diff)
adding some details on how katello can use Pulp's auth
Updated by Brian Bouterse over 5 years ago
The pulp installer now supports a setting that you can use to set this variable: https://github.com/pulp/ansible-pulp/pull/121#issuecomment-502782283
See pulp_remote_user_environ_name at https://github.com/pulp/ansible-pulp/tree/master/roles/pulp#role-variables
Updated by Ewoud Kohl van Wijngaarden almost 5 years ago
- Blocks deleted (Tracker #26987: Pulp3 Main tracker)
Updated by Ewoud Kohl van Wijngaarden almost 5 years ago
- Related to Tracker #28736: Use Pulp 3 for File and Container content in Katello added
Updated by Ewoud Kohl van Wijngaarden almost 5 years ago
- Related to deleted (Tracker #28736: Use Pulp 3 for File and Container content in Katello)
Updated by Ewoud Kohl van Wijngaarden almost 5 years ago
- Blocks Tracker #28736: Use Pulp 3 for File and Container content in Katello added
Updated by Ewoud Kohl van Wijngaarden almost 5 years ago
- Related to Feature #28904: pulpcore REMOTE_USER_ENVIRON_NAME should be configurable added
Updated by Ewoud Kohl van Wijngaarden almost 5 years ago
- Status changed from New to Duplicate