> 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
_______________________________________________
Pulp-list mailing list
Pulp-list@redhat.com
https://www.redhat.com/mailman/listinfo/pulp-list

Reply via email to