Allow get parameters to be given to APIs

This commit is contained in:
Colin Hebert
2023-01-27 13:58:19 +01:00
parent 0baa8342c7
commit 19de5ba902

View File

@@ -40,7 +40,7 @@ access_control:
policy: bypass policy: bypass
resources: resources:
- '^/api$' - '^/api$'
- '^/api/' - '^/api(/|\?)'
# Effective default policy, only allow admins with two-factor # Effective default policy, only allow admins with two-factor
- domain_regex: '.*' - domain_regex: '.*'
policy: two_factor policy: two_factor