Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Adobe Cloud Manager & 3rd party packages

Avatar

Level 2

Hello,

We are currently looking into the integration of our development tools and Adobe Cloud Manager, specifically to integrate 3rd party packages that are NOT available through public repositories. After checking the documentation, it seems there are 2 options :

  • Integrate with a private password protected maven repository
    • This approach currently raises security concerns
    • The preferred integration pattern would be OIDC
  • Use the file based local repository
    • According to this explanation, we can basically store the artifacts in our GIT repo so that they are retrieved as any other code source and then used as a dependency
    • This is not a my preferred option but we'll do it if we have to

Am I listing all possible options here ? Are there any other possibilities ? We also scanned through the API doc but did not find anything to push artifacts into Cloud Manager. 

Thanks in advance for your answer !

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Community Advisor

Avatar

Level 2

Hello @Shashi_Mulugu,

The answer provides more of the same but does not an explicit yes or no, which is what I was after. We looked into various possibilities, as far as Adobe I/O (used by cloud manager for the CLI) or the App Builder. Overall, the answer is: 

password protected repo or file based local repository are the only options

 

This is surprising considering Adobe IO seems to offer the possibility for package upload for example. Why is this not extended to Cloud Manager ? I opened a feature request to offer the possibility to upload an artifact as part of the Cloud Manager APIs. 

Avatar

Administrator

@melanielepage Did you find the suggestion helpful? Please let us know if you need more information. If a response worked, kindly mark it as correct for posterity; alternatively, if you found a solution yourself, we’d appreciate it if you could share it with the community. Thank you!



Kautuk Sahni