From 36dce416970b8e49bcba7d96825da0cca9acec7d Mon Sep 17 00:00:00 2001 From: Tanner Prestegard <tanner.prestegard@ligo.org> Date: Wed, 13 Mar 2019 09:17:34 -0500 Subject: [PATCH] Clarify comments on UNAUTHENTICATED_ACCESS settings variable --- config/settings/base.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/settings/base.py b/config/settings/base.py index 9fb7c97f5..8bef77c62 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -22,8 +22,9 @@ def get_from_env(envvar, default_value=None, fail_if_not_found=True): return value # Unauthenticated access ------------------------------------------------------ -# This variable controls whether unauthenticated access is allowed *ANYWHERE* -# on this service, except the home page, which is always public. +# This variable should eventually control whether unauthenticated access is +# allowed *ANYWHERE* on this service, except the home page, which is always +# public. For now, it just controls the API. UNAUTHENTICATED_ACCESS = True # Miscellaneous settings ------------------------------------------------------ -- GitLab