QuestionQ4
Security, Access, and PermissionsA corporate AEM as a Cloud Service customer is preparing to launch a new website feature. The feature relies on an internal Java API available in the IT-managed artifact repository. Repository access is protected by Basic Authentication.
The DevOps engineer must make this dependency available to Cloud Manager.
What should the DevOps engineer do?
- A Use a secure CI/CD job to upload the Java API dependency to the 'adobe-public' nexus repository.
- B Add a file to the project at path .cloudmanager/maven/settings.xml and use the command 'aio cloudmanager:set-pipeline-variables'.
- C Download the Java API dependency and add it to the project Git repository under the path 'ui.apps/src/main/content/jcr_root'.
Community Discussion