Project

General

Profile

Actions

Feature #28654

closed

support client cert auth with pulp3

Added by Justin Sherrill about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Foreman modules
Target version:
-
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 2 (0 open2 closed)

Related to Installer - Bug #28761: REMOTE_USER should be unset for Pulp API cert authenticationClosedWilliam ClarkActions
Blocks Installer - Tracker #28736: Use Pulp 3 for File and Container content in KatelloClosed

Actions
Actions #1

Updated by Ewoud Kohl van Wijngaarden about 4 years ago

  • Blocks Tracker #28736: Use Pulp 3 for File and Container content in Katello added
Actions #2

Updated by The Foreman Bot about 4 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/theforeman/puppet-foreman_proxy_content/pull/229 added
Actions #3

Updated by William Clark about 4 years ago

  • Pull request https://github.com/theforeman/puppet-pulpcore/pull/56 added
Actions #4

Updated by The Foreman Bot about 4 years ago

  • Fixed in Releases 2.0.0 added
Actions #5

Updated by William Clark about 4 years ago

  • Status changed from Ready For Testing to Closed
Actions #6

Updated by Ewoud Kohl van Wijngaarden about 4 years ago

  • Related to Bug #28761: REMOTE_USER should be unset for Pulp API cert authentication added
Actions

Also available in: Atom PDF