Project

General

Profile

Actions

Bug #28698

closed

docker registry in katello doesn't work with installed pulp3

Added by Justin Sherrill almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Category:
Container
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

Currently katello expects the smart proxy pulpcore.yaml to contain:

content_app_rul: http://localhost/24816

And then podman pull communicates like this:

podman ----> katello ----> pulp_content_app

There is a desire to not have katello know about or communicate directly with teh content app, so the communication needs to look like this:

podman ---> katello ---> apache ---> pulp_content_app

Right now, all auth ends at katello, so we will need apache to authorize katello to talk to the pulp_content_app registry. We can use an ssl cert to do this.

Actions

Also available in: Atom PDF