All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] toaster: set ALLOWED_HOSTS to *
@ 2016-11-02 19:33 brian avery
  2016-11-02 19:33 ` [PATCH 1/1] toaster: settings.py , " brian avery
  2016-11-02 19:39 ` [PATCH 0/1] toaster: " Brian Avery
  0 siblings, 2 replies; 4+ messages in thread
From: brian avery @ 2016-11-02 19:33 UTC (permalink / raw)
  To: toaster; +Cc: brian avery

Django 1.8.16 now enforces ALOWED_HOSTS even if DEBUG is true.  Therefore,
we need to set the value to '*' to allow us to connect to a toaster instance
from off server.  It is also needed to allow connection to the toaster instance
in certain kinds of containers.

Since the non localhost interface is only bound to if we explicitly start toaster
with webport=0.0.0.0:<port>, this change will not expose additional vulnerablilities.

-Brian

The following changes since commit c3d2df883a9d6d5036277114339673656d89a728:

  oeqa/selftest/kernel.py: Add new file destined for kernel related tests (2016-11-01 10:05:46 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/toaster/fixALLOWED_HOSTexclusionV2
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/toaster/fixALLOWED_HOSTexclusionV2

brian avery (1):
  toaster: settings.py , set ALLOWED_HOSTS to *

 lib/toaster/toastermain/settings.py | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

--
1.9.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-11-04 12:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-02 19:33 [PATCH 0/1] toaster: set ALLOWED_HOSTS to * brian avery
2016-11-02 19:33 ` [PATCH 1/1] toaster: settings.py , " brian avery
2016-11-02 19:39 ` [PATCH 0/1] toaster: " Brian Avery
2016-11-04 12:30   ` Michael Wood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.