From a2eaacf0129440c3e42e1097387a5e359ec36708 Mon Sep 17 00:00:00 2001 From: Laurent Constantin Date: Fri, 31 May 2024 18:12:48 +0200 Subject: [PATCH] feat(kobo) Enforce security --- config/packages/security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/packages/security.yaml b/config/packages/security.yaml index ebe8e8ae..025ce6d2 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -53,7 +53,7 @@ security: - { path: ^/login, roles: PUBLIC_ACCESS } - { path: ^/logout, roles: ROLE_USER } - { path: ^/, roles: ROLE_USER } - - { path: ^/kobo, roles: PUBLIC_ACCESS } + - { path: ^/kobo, roles: ROLE_USER } when@test: security: