Actions
Feature #28654
closedsupport client cert auth with pulp3
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Foreman modules
Target version:
-
Difficulty:
Triaged:
No
Description
adding the following lines should allow for katello to use cert auth within pulp3:
<Location /pulp/api/v3>
RequestHeader set REMOTE_USER "%{SSL_CLIENT_S_DN_CN}s" env=SSL_CLIENT_S_DN
</Location>
This was put within the 443 virtual host.
In addition, we should set this in /etc/pulp/settings.py:
REMOTE_USER_ENVIRON_NAME = 'HTTP_REMOTE_USER'
Updated by Ewoud Kohl van Wijngaarden about 5 years ago
- Blocks Tracker #28736: Use Pulp 3 for File and Container content in Katello added
Updated by The Foreman Bot about 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-foreman_proxy_content/pull/229 added
Updated by William Clark about 5 years ago
- Pull request https://github.com/theforeman/puppet-pulpcore/pull/56 added
Updated by William Clark about 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-foreman_proxy_content|8be796383668528c3841d7378a2f3ef0dd6e86f7.
Updated by Ewoud Kohl van Wijngaarden about 5 years ago
- Related to Bug #28761: REMOTE_USER should be unset for Pulp API cert authentication added
Actions