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'
Actions