-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Deprecated ACL #8477
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
Deprecated ACL #8477
Conversation
security.rst
Outdated
@@ -970,6 +969,10 @@ For more details on expressions and security, see :ref:`expressions-security`. | |||
Access Control Lists (ACLs): Securing individual Database Objects | |||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||
|
|||
.. versionadded:: |
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.
The versionadded
directives are missing the version number.
I think https://github.com/symfony/symfony-docs/blob/master/reference/configuration/security.rst should be updated too, all the |
@javiereguiluz I agree - can you update the reference section? |
I've added a note about ACL deprecation in the security config reference ... and we'll remove it in |
Thanks Javier! I'll keep the issue (#8433) open, because (as you mentioned) we will now need to remove some things from Symfony 4. |
This PR was squashed before being merged into the 3.4 branch (closes #8477). Discussion ---------- Deprecated ACL This fixes #8433. I've left some mentions to ACLs because they are deprecated, not removed: * Best Practices mentions them: https://symfony.com/doc/current/best_practices/security.html#authorization-i-e-denying-access * Security config reference includes the `acl:` section: https://symfony.com/doc/current/reference/configuration/security.html Commits ------- 3a0cb17 Mention that ACL is deprecated in the security config reference eb4a088 Added version numbers to versionadded directives a94de59 Deprecated ACL
This fixes #8433. I've left some mentions to ACLs because they are deprecated, not removed:
acl:
section: https://symfony.com/doc/current/reference/configuration/security.html