From 63edc13810143e6df25e245b998d64cdb110f756 Mon Sep 17 00:00:00 2001 From: "nikos.sotiropoulos" Date: Wed, 10 Apr 2019 11:12:17 +0200 Subject: [PATCH] remove security.yaml --- .../0.4/config/packages/security.yaml | 22 ------------------- .../symfony-bundle/0.4/manifest.json | 1 - 2 files changed, 23 deletions(-) delete mode 100644 commercetools/symfony-bundle/0.4/config/packages/security.yaml diff --git a/commercetools/symfony-bundle/0.4/config/packages/security.yaml b/commercetools/symfony-bundle/0.4/config/packages/security.yaml deleted file mode 100644 index 632eefb6..00000000 --- a/commercetools/symfony-bundle/0.4/config/packages/security.yaml +++ /dev/null @@ -1,22 +0,0 @@ -security: - providers: - ctp: - id: Commercetools\Symfony\CustomerBundle\Security\User\UserProvider - access_control: - - { path: /user/, roles: ROLE_USER } - encoders: - Symfony\Component\Security\Core\User\User: plaintext - Commercetools\Symfony\CustomerBundle\Security\User\User: plaintext - firewalls: - main: - anonymous: ~ - commercetools-login: - login_path: login - check_path: login_check - logout: - path: logout - dev: - pattern: ^/(_(profiler|wdt)|css|images|js)/ - security: false - default: - anonymous: ~ diff --git a/commercetools/symfony-bundle/0.4/manifest.json b/commercetools/symfony-bundle/0.4/manifest.json index 7c587337..457cf97e 100644 --- a/commercetools/symfony-bundle/0.4/manifest.json +++ b/commercetools/symfony-bundle/0.4/manifest.json @@ -1,7 +1,6 @@ { "bundles": { "Commercetools\\Symfony\\CtpBundle\\CtpBundle": ["all"], - "Commercetools\\Symfony\\CustomerBundle\\CustomerBundle": ["all"], "Commercetools\\Symfony\\SetupBundle\\SetupBundle": ["dev"], "Commercetools\\Symfony\\StateBundle\\StateBundle": ["dev"] },