From b11c2f1309ef4cd85f1ec99ffad02f6846836d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Franco?= Date: Wed, 19 Aug 2026 18:30:16 +0200 Subject: [PATCH] feat(recipe): security access_control for /performance --- .../0.0.1/config/packages/security_nowo_performance.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .symfony/recipe/nowo-tech/performance-bundle/0.0.1/config/packages/security_nowo_performance.yaml diff --git a/.symfony/recipe/nowo-tech/performance-bundle/0.0.1/config/packages/security_nowo_performance.yaml b/.symfony/recipe/nowo-tech/performance-bundle/0.0.1/config/packages/security_nowo_performance.yaml new file mode 100644 index 0000000..c7c462d --- /dev/null +++ b/.symfony/recipe/nowo-tech/performance-bundle/0.0.1/config/packages/security_nowo_performance.yaml @@ -0,0 +1,4 @@ +# Merged into security.access_control by Symfony (REQ-SEC-004). +security: + access_control: + - { path: ^/performance, roles: ROLE_ADMIN }