Skip to content

Commit

Permalink
IBX-8324: Removed obsolete JWT editorial bearer from page builder
Browse files Browse the repository at this point in the history
  • Loading branch information
konradoboza committed Jul 25, 2024
1 parent 3f300ea commit fb9fded
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
3 changes: 0 additions & 3 deletions ibexa/commerce/5.0/config/packages/ibexa_page_builder.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
parameters:
ibexa.page_builder.token_authenticator.enabled: true

jms_translation:
configs:
page_builder:
Expand Down
7 changes: 7 additions & 0 deletions ibexa/commerce/5.0/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,13 @@ security:
custom_authenticators:
- Ibexa\Rest\Security\Authenticator\RestAuthenticator

ibexa_fragment:
pattern: ^/_fragment
user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
provider: ibexa
custom_authenticators:
- Ibexa\PageBuilder\Security\EditorialMode\FragmentAuthenticator

ibexa_front:
pattern: ^/
provider: ibexa
Expand Down
3 changes: 0 additions & 3 deletions ibexa/experience/5.0/config/packages/ibexa_page_builder.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
parameters:
ibexa.page_builder.token_authenticator.enabled: true

jms_translation:
configs:
page_builder:
Expand Down
7 changes: 7 additions & 0 deletions ibexa/experience/5.0/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,13 @@ security:
custom_authenticators:
- Ibexa\Rest\Security\Authenticator\RestAuthenticator

ibexa_fragment:
pattern: ^/_fragment
user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
provider: ibexa
custom_authenticators:
- Ibexa\PageBuilder\Security\EditorialMode\FragmentAuthenticator

ibexa_front:
pattern: ^/
provider: ibexa
Expand Down
7 changes: 7 additions & 0 deletions ibexa/headless/5.0/config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,13 @@ security:
custom_authenticators:
- Ibexa\Rest\Security\Authenticator\RestAuthenticator

ibexa_fragment:
pattern: ^/_fragment
user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker
provider: ibexa
custom_authenticators:
- Ibexa\PageBuilder\Security\EditorialMode\FragmentAuthenticator

ibexa_front:
pattern: ^/
provider: ibexa
Expand Down

0 comments on commit fb9fded

Please sign in to comment.