icfnext / aem-groovy-console

The AEM Groovy Console provides an interface for running Groovy scripts in the AEM container. Scripts can be created to manipulate content in the JCR, call OSGi services, or execute arbitrary code using the CQ, Sling, or JCR APIs.
Other
159 stars 94 forks source link

Permissions issue with AEM 6.5 #94

Closed viveksachdeva closed 4 years ago

viveksachdeva commented 4 years ago

I installed Groovy console version 14.0 on AEM 6.5 but while running any script, I am getting: "You do not have permission to run scripts in the Groovy Console." with requests to http://localhost:4502/bin/groovyconsole/post.json failing

markdaugherty commented 4 years ago

See https://github.com/icfnext/aem-groovy-console#osgi-configuration

"List of group names that are authorized to use the console. Required. If empty, no script executions will be allowed."