Konrad Windszus
Konrad Windszus
It doesn't seem that there is much going forward with the Jenkins plugin. Would you consider including a patch which just fixes the issue for create-execution for now (i.e. set...
I found a workaround: The actionType simple is used by cli-ux automatically in case the environment variable `CI` is set (https://github.com/oclif/cli-ux/blob/6dfa79da103cc608dc1b7b4790eb1a084c435c5b/src/config.ts#L20). In addition you have to be aware of the...
According to https://github.com/Adobe-Consulting-Services/acs-aem-commons/issues/2541#issuecomment-795491905 in the future principal based ACLs will be enforced by Cloud Manager for AEMaaCS. Currently service users leveraging regular ACLs trigger a warning, so the recommendation is...
For informational purposes it should be outlined in the readme which SDK AEM API version the Cloud Manager is using (I guess always the one from the connected environment)
If we want to support this in ACS AEM Commons this requires a dedicated package for cloud only (similar to the approach in https://github.com/Netcentric/accesscontroltool/blob/f8f0c792711ec07b53aaf6a0c787f59fcb18d8ec/accesscontroltool-package/pom.xml#L80-L102)
@anchela Maybe you can internally reach out to product management to get this also supported in AEM 6.5.x.
The necessary bundle is not even part of most recent 6.5.16.
@anchela Any update on principal support for AEM 6.5.x? Maintaining differently for Cloud and On-Prem is not really manageable…
@davidjgonzalez Please set up OSSRH credentials as repo/orga secrets otherwise no one apart from you will ever be able to create releases.
There are some hints how to automate the publishing process at https://blog.soebes.de/blog/2015/06/12/making-github-page-for-mojohaus/