Project

General

Profile

Actions

Bug #37308

closed

REMOTE_USER is unset by Apache for Pulpcore Registry when it shouldn't be

Added by Ian Ballou 9 months ago. Updated 6 months ago.

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

Description

Any calls to /pulpcore_registry/v2/ lose REMOTE_USER in the headers. This header is necessary to authenticate with Pulp to push container content.

To work around it, I removed every reference to setting / unsetting REMOTE_USER in /etc/httpd/conf.d/05-foreman-ssl.conf and added `RequestHeader set REMOTE_USER "admin"`. Only then did the REMOTE_USER header get sent to Pulp.

Actions

Also available in: Atom PDF