QuestionQ23

Deployment and Release Management

A DevOps engineer manages an AEM as a Cloud Service Sites environment for a customer. After the development team tests the Maven build locally, it runs a new development pipeline. The development pipeline fails during the build steps with these errors:

Question Image

What should the DevOps engineer do?

  • A Add ACLs for the sling-distribution-importer user via User Admin.
  • B Add ACLs for the sling-distribution-importer user via the repoinit script.
  • C Add ACLs for the sling-distribution-importer user via curl command.
Explanation

The sling-distribution-importer service user needs the repository permissions required to import and extract distribution packages. In AEM as a Cloud Service, ACL changes for service users should be declared in a Repository Initialization (RepoInit) script and deployed through Cloud Manager, making the permissions reproducible and available during startup.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!