From 7fe5355575aa992f9a12778c0b1e1920e526029d Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 21 Feb 2024 14:52:14 +0100 Subject: [PATCH] app-config: disable default auth policy for development for now Signed-off-by: Patrik Oldsberg --- app-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app-config.yaml b/app-config.yaml index c53a6475f4..9b059da216 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -32,6 +32,12 @@ backend: # auth: # keys: # - secret: ${BACKEND_SECRET} + + auth: + # TODO: once plugins have been migrated we can remove this, but right now it + # is require for the backend-next to work in this repo + dangerouslyDisableDefaultAuthPolicy: true + baseUrl: http://localhost:7007 listen: port: 7007