Project

General

Profile

Actions

Bug #28888

closed

Extra apache configuration needed for cert-based docker syncing

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

Status:
Closed
Priority:
Normal
Category:
Foreman modules
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

In order to pull docker content in an authenticated way, some extra config is required in apache under the 443 virtual host:

RequestHeader set SSL_CLIENT_I_DN "%{SSL_CLIENT_I_DN}s"
RequestHeader set SSL_CLIENT_VERIFY "%{SSL_CLIENT_VERIFY}s"
RequestHeader set SSL_SERVER_S_DN_OU "%{SSL_SERVER_S_DN_OU}s"
RequestHeader set SSL_CLIENT_S_DN "%{SSL_CLIENT_S_DN}s"
RequestHeader set SSL_CLIENT_S_DN_X509 "%{SSL_CLIENT_S_DN_X509}s"

We can wrap it in <Location /v2/> ... </Location> if we want to minimize exposure.


Related issues 1 (0 open1 closed)

Blocks Installer - Tracker #28736: Use Pulp 3 for File and Container content in KatelloClosed

Actions
Actions

Also available in: Atom PDF