We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ATM the action credentials are not working with the current setup of the PermissionService and the ACL usage in the AgaviAclSecurityUser.
PermissionService
AgaviAclSecurityUser
Possible solution:
composer config-build
vendor.package.type.action::read
Syntax for the access_control.xml may be something along the following:
access_control.xml
<permissions scope="vendor.package.type.*"> <deny>method::*</deny> <allow>method::read</allow> </permissions>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ATM the action credentials are not working with the current setup of the
PermissionService
and the ACL usage in theAgaviAclSecurityUser
.Possible solution:
composer config-build
process creates a list of possible actions and methods (vendor.package.type.action::read
etc.)PermissionService
implements wildcard logic to allow/deny action access on the ACL used by the userSyntax for the
access_control.xml
may be something along the following:The text was updated successfully, but these errors were encountered: