[Pulp-list] Access Pulp 3 Api from a remote machine

Bruno Rocha brocha at redhat.com
Wed Oct 2 14:37:02 UTC 2019


> We do have ALLOWED_HOSTS = '*' in /etc/pulp/settings.py
>

This variable must be a list, not sure if that is the problem.

ALLOWED_HOSTS = ['*']

As environment variable it would be export PULP_ALLOWED_HOSTS="['*']"

https://docs.djangoproject.com/en/2.2/ref/settings/#allowed-hosts
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/pulp-list/attachments/20191002/572e12cb/attachment.htm>


More information about the Pulp-list mailing list