Skip to content
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

AECU prevents execution of correctly configured cloud maintenance tasks. #235

Closed
BertDL opened this issue Sep 9, 2024 · 1 comment
Closed

Comments

@BertDL
Copy link

BertDL commented Sep 9, 2024

When configuring granite_weekly tasks in AEM cloud under /apps/settings/granite/operation/maintenance/granite_weekly, the repoinit script of AECU blocks the correct working of the granite_weekly script.
The repo script creates a folder in /conf/global/settings/granite/operations/maintenance/granite_weekly without the correct properties. This means the /conf/global/settings/granite/operations/maintenance/granite_weekly is not executed, but also it blocks other valid configs in apps as there is no inherit property set on the node.

Please remove
create path /conf/global/settings/granite(nt:folder)
create path /conf/global/settings/granite/operations(nt:folder)
create path /conf/global/settings/granite/operations/maintenance(sling:OrderedFolder)
create path /conf/global/settings/granite/operations/maintenance/granite_weekly(sling:OrderedFolder)
from the complete-cloud/src/main/content/jcr_root/apps/valtech/aecu-complete/config/org.apache.sling.jcr.repoinit.RepositoryInitializer~setacls.config config as the AECU purge configuration is now located in /apps

nhirrle added a commit that referenced this issue Sep 9, 2024
nhirrle added a commit that referenced this issue Sep 9, 2024
@nhirrle
Copy link
Collaborator

nhirrle commented Sep 9, 2024

thanks @BertDL , fixed and deployed a new version

@nhirrle nhirrle closed this as completed Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants