-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
Currently the Install Hook is disabled by default in AEMaaCS (
Line 80 in 48e1bfe
return; |
When the Startup Hook is executed during the Docker build (when first starting the instance) it works on top of the already set up immutable repo (being initialized with https://github.com/apache/sling-org-apache-sling-jcr-packageinit/blob/master/src/main/java/org/apache/sling/jcr/packageinit/impl/ExecutionPlanRepoInitializer.java). That works fine.
When the Startup Hook is executed while the new Kubernetes pod is starting, the mutable content packages are not yet installed (i.e. the content to which to apply the ACLs might not be there yet), so this execution might fail during the first deployment (but works then on subsequent ones).
Metadata
Metadata
Assignees
Labels
No labels