Hi all,On cloud I need to whitelist the egress (outbound) IP addresses on a third-party API firewall. How can I find the list of static egress IP addresses used by AEM environments? Does Adobe provide fixed egress IP ranges, and where can I access the official, up-to-date list of these IP addresses ...
I am trying to automatically synchronize my GitHub repository with the Adobe Cloud Manager Git repository, so that my Cloud Manager pipeline always has the latest source code. I created a GitHub Action to push changes from main, develop, and other branches whenever there’s a commit. However, my push...
Is it possible to logically and securely segregate development, pre-production, and production environments within Adobe Experience Manager?Specifically:Does this segregation require the configuration of three distinct Adobe Programs, or is there a native way to manage multiple environments within ...
I'm working with AEM 6.5 and looking to optimize performance by configuring the minRecordLength property under org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore.The documentation recommends setting this to 100 to ensure binaries (like DITA files) are saved in the Data Store instead of t...
Hello, I need to implement OAuth2-based authentication in AEM as a Cloud Service (AEMaaCS). I’d appreciate your guidance on the steps involved in setting this up, and if possible, I’d like to request any code samples or references that can help validate if a user is authenticated successfully.Spec...
Hi Team,Recently we are seeing an issue on pipeline execution for AEMCS.The execution has been stuck during the deployment to the dev stage for several hours. Has anyone else faced a similar issue?We contacted the support team during the initial occurrence. While they couldn’t identify the root caus...
Hi All,I am facing some build issues in AEM CS. In local I dont see any error in build. but I am seeing these errors in CloudManager. Can someone help if there are any node upgrades required.The error18:21:59,081 [Exec Stream Pumper] [INFO]18:21:59,081 [Exec Stream Pumper] [INFO] 2025-07-23 18:21:58...
Hi all,I want to block .infinity.json access for a particular page for example: /content/site/en/sensitive-page.infinity.json at the Dispatcher level while still allowing it for other pages. How can I set a specific Dispatcher filter rule to achieve this?Thanks in advance!
We recently had a security assessment that identified brute force vulnerabilities on our dispatcher URL. The assessment showed 190 consecutive login attempts were possible without any blocking mechanisms on /libs/granite/core/content/login.html.As an immediate mitigation, I'm planning to add these D...
Hello community, Due to legal compliance, there is requirement to display versions of asset(pdf) with the current version. As version is getting generated under /jcr:system and not getting replicated even manually.Is there any work around for the same?Thanks