-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Documenation] Turn off bundles fixes #9023
Conversation
lchrusciel
commented
Dec 13, 2017
Q | A |
---|---|
Branch? | 1.0 |
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Related tickets | |
License | MIT |
5555cc6
to
198de90
Compare
@@ -52,13 +52,16 @@ The part that has to be removed from this file is shown below: | |||
|
|||
.. code-block:: yaml | |||
|
|||
parameters: | |||
# sylius.security.shop_regex: "^/(?!admin|api/.*|api$)[^/]++" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it a valid YAML syntax?
parameters:
# nothing here
security:
# ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably something can go wrong with that :/
@@ -82,6 +87,18 @@ The part that has to be removed from this file is shown below: | |||
# success_handler: sylius.handler.shop_user_logout | |||
# anonymous: true | |||
|
|||
access_control: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the same here, and for security.firewalls
I think they all should have ~
at the end... @lchrusciel could you check that?
I just commented the lines that should be removed. In each of the sections, there are a few more configurations, and I didn't want to copy and paste the whole security setup because it is too verbose for these examples. /cc @pamil @Zales0123 |
Thanks Łuki! 🌮 |