From 19de5ba902e01985513ad8e6bfefb3ff9d383534 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Fri, 27 Jan 2023 13:58:19 +0100 Subject: [PATCH] Allow get parameters to be given to APIs --- services/authentication/configs/access.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/authentication/configs/access.yml b/services/authentication/configs/access.yml index d6d2356..3f67827 100644 --- a/services/authentication/configs/access.yml +++ b/services/authentication/configs/access.yml @@ -40,7 +40,7 @@ access_control: policy: bypass resources: - '^/api$' - - '^/api/' + - '^/api(/|\?)' # Effective default policy, only allow admins with two-factor - domain_regex: '.*' policy: two_factor