Project

General

Profile

Actions

Bug #28696

closed

with pulp3 installed on a main katello server, apache should be configured to help serve docker content

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

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

Description

The following configuration needs to occur in order for katello to properly connect to the content app serving a docker registry:

<Location /pulpcore_registry/v2/>
   SSLRequire %{SSL_CLIENT_S_DN_CN} eq "admin" 
</Location>

ProxyPass /pulpcore_registry/v2/ http://127.0.0.1:24816/v2/
ProxyPassReverse /pulpcore_registry/v2 http://127.0.0.1:24816/v2

Note, that this requires this PR to actually work in katello https://github.com/Katello/katello/pull/8499

The idea behind this change is that katello will use its own pulp client certs to authenticate with the /pulpcore_registry/ endpoint which will require a signed cert with a CN of 'admin'. It will then proxy the request through to the pulp content app


Related issues 1 (0 open1 closed)

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

Actions
Actions #1

Updated by Justin Sherrill over 4 years ago

  • Subject changed from pulp3_content_url in pulp3 foreman-proxy config should point to internal content app to with pulp3 installed on a main katello server, apache should be configured to help serve docker content
Actions #2

Updated by Justin Sherrill over 4 years ago

  • Description updated (diff)
Actions #3

Updated by Ewoud Kohl van Wijngaarden over 4 years ago

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

Updated by The Foreman Bot about 4 years ago

  • Status changed from New to Ready For Testing
  • Assignee set to William Clark
  • Pull request https://github.com/theforeman/puppet-foreman_proxy_content/pull/233 added
Actions #5

Updated by The Foreman Bot about 4 years ago

  • Fixed in Releases 2.0.0 added
Actions #6

Updated by William Clark about 4 years ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF