If a user is using ACL as security handler, then the sonata.admin.security.handler.acl service receives the security.acl.provider service as argument 3.
It would be nice to check if the user has chosen ACL as security handler and there is no security.acl.provider, then fail fast when parsing configuration.
Feature Request
From https://github.com/sonata-project/SonataAdminBundle/issues/7086
If a user is using ACL as security handler, then the
sonata.admin.security.handler.acl
service receives thesecurity.acl.provider
service as argument 3.It would be nice to check if the user has chosen ACL as security handler and there is no
security.acl.provider
, then fail fast when parsing configuration.