I followed the instructions on Pulp in One Container | software repository management
installed to Fedora 38 server
and when I try podman exec -it pulp bash -c 'pulpcore-manager reset-admin-password'
I get this error:
dynaconf.validator.ValidationError: CONTENT_ORIGIN is a required setting but it was not configured. This may be caused by invalid read permissions of the settings file. Note that CONTENT_ORIGIN is set by the installer automatically.
I have tried both a hostname and localhost
in the settings.py.
CONTENT_ORIGIN='http://localhost:8080'
ANSIBLE_API_HOSTNAME='http://localhost:8080'
ANSIBLE_CONTENT_HOSTNAME='http://localhost:8080/pulp/content'
CACHE_ENABLED=True
I suspect this is a common problem, or it isn’t and maybe something new with Fedora 38?