diff --git a/ibexa/commerce/5.0/config/packages/security.yaml b/ibexa/commerce/5.0/config/packages/security.yaml index 82c5cb34..2f67ed2d 100644 --- a/ibexa/commerce/5.0/config/packages/security.yaml +++ b/ibexa/commerce/5.0/config/packages/security.yaml @@ -82,7 +82,7 @@ security: # Uncomment `ibexa_cdp` rule if you are using Ibexa CDP connector #ibexa_cdp: - # pattern: /cdp/webhook + # request_matcher: Ibexa\Cdp\Security\RequestMatcher # custom_authenticators: # - 'Ibexa\Cdp\Security\CdpRequestAuthenticator' # stateless: true diff --git a/ibexa/experience/5.0/config/packages/security.yaml b/ibexa/experience/5.0/config/packages/security.yaml index bb157002..3ce790ba 100644 --- a/ibexa/experience/5.0/config/packages/security.yaml +++ b/ibexa/experience/5.0/config/packages/security.yaml @@ -70,7 +70,7 @@ security: # Uncomment `ibexa_cdp` rule if you are using Ibexa CDP connector #ibexa_cdp: - # pattern: /cdp/webhook + # request_matcher: Ibexa\Cdp\Security\RequestMatcher # custom_authenticators: # - 'Ibexa\Cdp\Security\CdpRequestAuthenticator' # stateless: true diff --git a/ibexa/headless/5.0/config/packages/security.yaml b/ibexa/headless/5.0/config/packages/security.yaml index e376cae8..0a14676e 100644 --- a/ibexa/headless/5.0/config/packages/security.yaml +++ b/ibexa/headless/5.0/config/packages/security.yaml @@ -70,7 +70,7 @@ security: # Uncomment `ibexa_cdp` rule if you are using Ibexa CDP connector #ibexa_cdp: - # pattern: /cdp/webhook + # request_matcher: Ibexa\Cdp\Security\RequestMatcher # custom_authenticators: # - 'Ibexa\Cdp\Security\CdpRequestAuthenticator' # stateless: true