Actions
Bug #30059
closedAdd apache config for protected content with certguard
Difficulty:
Triaged:
No
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>
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-foreman_proxy_content/pull/263 added
Updated by The Foreman Bot over 4 years ago
- Pull request https://github.com/theforeman/puppet-pulpcore/pull/99 added
Updated by Anonymous over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-pulpcore|5ea05a8e6a7915cbf6e7ff04ad1ccf526d396990.
Updated by Ewoud Kohl van Wijngaarden over 4 years ago
- Related to Bug #30133: Install python3-subscription-manager-rhsm package to use for rhsm certguard added
Updated by Ewoud Kohl van Wijngaarden over 4 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)
Updated by Tomer Brisker over 4 years ago
- Pull request https://github.com/theforeman/puppet-foreman_proxy_content/pull/263, https://github.com/theforeman/puppet-pulpcore/pull/99 added
Actions