Hello,
I'm encountering an issue with metadata-driven permissions in Adobe Experience Manager (AEM). In my local environment, everything functions as expected; however, upon deploying to the development environment, I'm receiving the following error:
Could not process yaml files / e=biz.netcentric.cq.tools.actool.validators.exceptions.InvalidRestrictionsException: Validation error while reading ACE definition nr.62 of authorizable DAM Asset Consumers AEM, this repository doesn't support following restriction(s): [dam:status]
Configuration
{
"restrictionPropertyNames": [
"dam:status"
],
"restrictionContentPropertyNames": [],
"enabled": true
}
Steps Taken:
Verified the existence of the dam:status property in the development environment
Confirmed that the OSGi configuration file is deployed in the development environment.
Could anyone provide insights into why this discrepancy might occur between environments? Any suggestions on further steps to resolve this issue would be greatly appreciated.