You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As by default only the admin user has the rights to execute the scripts in the Groovy Console (https://github.com/orbinson/aem-groovy-console?tab=readme-ov-file#osgi-configuration) but the admin user is not usable in AEMaaCS, the default configuration should also grant access to the administrators group or the according IMS Administrator Profile Name (accessible via environment variable $[env:aemCloudAdministrators;default=administrators]).
kwin
changed the title
Ship with an OSGi configuration by default which allows IMS Administrator users to use the Groovy Console
Ship with an OSGi configuration by default which allows IMS AEM Administrator Product Profile users to use the Groovy Console
Jun 13, 2024
FTR: You can see the same environment variable is being used internally by AEM for its org.apache.jackrabbit.oak.security.authorization.AuthorizationConfigurationImpl configuration PID (exposed via Developer Console -> Status Dump -> Configurations)
As by default only the
admin
user has the rights to execute the scripts in the Groovy Console (https://github.com/orbinson/aem-groovy-console?tab=readme-ov-file#osgi-configuration) but theadmin
user is not usable in AEMaaCS, the default configuration should also grant access to theadministrators
group or the according IMS Administrator Profile Name (accessible via environment variable$[env:aemCloudAdministrators;default=administrators]
).Please add an according OSGi configuration to https://github.com/orbinson/aem-groovy-console/tree/main/ui.config/src/main/content/jcr_root/apps/groovyconsole-config/osgiconfig/config. As the interpolation feature is available on Cloud only this requires a dedicated package for cloud.
The text was updated successfully, but these errors were encountered: