Project

General

Profile

Actions

Bug #30059

closed

Add apache config for protected content with certguard

Added by Samir Jha almost 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Fixed in Releases:
Found in Releases:

Description

We need to be able to pass cert headers to content guard to authenticate protected content requests.
The conf for that looks like:

ProxyPass /pulp/repos http://127.0.0.1:24816/pulp/content
ProxyPassReverse /pulp/repo http://127.0.0.1:24816/pulp/content

ProxyPass /pulp/content http://127.0.0.1:24816/pulp/content
ProxyPassReverse /pulp/content http://127.0.0.1:24816/pulp/content

<Location /pulp/repos>
RequestHeader unset X-CLIENT-CERT
RequestHeader set X-CLIENT-CERT "%{SSL_CLIENT_CERT}s" 
</Location>

<Location /pulp/isos>
RequestHeader unset X-CLIENT-CERT
RequestHeader set X-CLIENT-CERT "%{SSL_CLIENT_CERT}s" 
</Location>

<Location /pulp/content>
RequestHeader unset X-CLIENT-CERT
RequestHeader set X-CLIENT-CERT "%{SSL_CLIENT_CERT}s" 
</Location>


Related issues 1 (0 open1 closed)

Related to Installer - Bug #30133: Install python3-subscription-manager-rhsm package to use for rhsm certguardClosedSamir JhaActions
Actions #1

Updated by The Foreman Bot almost 4 years ago

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

Updated by The Foreman Bot almost 4 years ago

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

Updated by Anonymous almost 4 years ago

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

Updated by The Foreman Bot almost 4 years ago

  • Fixed in Releases 2.2.0 added
Actions #5

Updated by Justin Sherrill almost 4 years ago

  • Target version set to 2.1.0
Actions #6

Updated by Ewoud Kohl van Wijngaarden over 3 years ago

  • Related to Bug #30133: Install python3-subscription-manager-rhsm package to use for rhsm certguard added
Actions #7

Updated by Ewoud Kohl van Wijngaarden over 3 years ago

  • Pull request deleted (https://github.com/theforeman/puppet-pulpcore/pull/99, https://github.com/theforeman/puppet-foreman_proxy_content/pull/263)
  • Fixed in Releases 2.1.0 added
  • Fixed in Releases deleted (2.2.0)
Actions #8

Updated by Tomer Brisker over 3 years ago

  • Pull request https://github.com/theforeman/puppet-foreman_proxy_content/pull/263, https://github.com/theforeman/puppet-pulpcore/pull/99 added
Actions

Also available in: Atom PDF