Actions
Bug #28698
closeddocker registry in katello doesn't work with installed pulp3
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