Feature #28654
support client cert auth with pulp3
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Foreman modules
Target version:
-
Pull request:
Fixed in Releases:
Found in Releases:
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'
Related issues
Associated revisions
History
#1
Updated by Ewoud Kohl van Wijngaarden over 2 years ago
- Blocks Tracker #28736: Use Pulp 3 for File and Container content in Katello added
#2
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-foreman_proxy_content/pull/229 added
#3
Updated by William Clark over 2 years ago
- Pull request https://github.com/theforeman/puppet-pulpcore/pull/56 added
#4
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases 2.0.0 added
#5
Updated by William Clark over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-foreman_proxy_content|8be796383668528c3841d7378a2f3ef0dd6e86f7.
#6
Updated by Ewoud Kohl van Wijngaarden over 2 years ago
- Related to Bug #28761: REMOTE_USER should be unset for Pulp API cert authentication added
Fixes #28654 - support client cert auth with pulp3
Fixes #28654