From d98ef41d4c9f0393bdeeeb7a2132e702498ceef5 Mon Sep 17 00:00:00 2001 From: Ian Seabock Date: Wed, 18 Sep 2024 18:04:41 -0700 Subject: [PATCH] Set auth_emabled to true by default (#1108) Co-authored-by: Ian Seabock (Centific Technologies Inc) --- backend/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/settings.py b/backend/settings.py index 50f34666ee..a360699318 100644 --- a/backend/settings.py +++ b/backend/settings.py @@ -753,7 +753,7 @@ class _BaseSettings(BaseSettings): env_ignore_empty=True ) datasource_type: Optional[str] = None - auth_enabled: bool = False + auth_enabled: bool = True sanitize_answer: bool = False use_promptflow: bool = False