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 William Clark over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-foreman_proxy_content|8be796383668528c3841d7378a2f3ef0dd6e86f7.
Actions