AEM Classic Connector Managing Permissions
Permissions related to Smartling's AEM Classic Connector can be managed along with other user permissions. There are three basic sets of permissions relating to the Connector:
Sidekick
/content/smartling/jcr:content/sidekick/actions
/download
/translate
Submissions Board
/content/smartling/submissions/jcr:content/grid/topToolbar
/bulkDownloadButton
/bulkResendButton
/bulkCancel Button
/preview
Translation Control Center
/content/smartling/translation-control-center/jcr:content/actions
/translate
/translateWithChildren
/download
/cancel
/preview
Example Configurations
Forbid a user from manually downloading translations:
DENY /content/smartling/jcr:content/sidekick/actions/download
DENY /content/smartling/submissions/jcr:content/grid/topToolbar/bulkDownloadButton
DENY /content/smartling/translation-control-center/jcr:content/actions/download
Forbid a user from sending pages for translation:
DENY /content/smartling/jcr:content/sidekick/actions/translate
DENY /content/smartling/submissions/jcr:content/grid/topToolbar/bulkResendButton
DENY /content/smartling/translation-control-center/jcr:content/actions/translate
DENY /content/smartling/translation-control-center/jcr:content/actions/translateWithChildren
Stop regular contributers from seeing Smartling features:
DENY /content/smartling
Give read-only access to Smartling features:
ALLOW /content/smartling
DENY /content/smartling/advanced-node-translator
DENY /content/smartling/assetTranslations
DENY /content/smartling/dictionary
DENY /content/smartling/submissions/jcr:content/grid/columns/downloadLink
DENY /content/smartling/submissions/jcr:content/grid/topToolbar/bulkDownloadButton
DENY /content/smartling/jcr:content/sidekick/actions/download
DENY /content/smartling/jcr:content/sidekick/actions/translate
DENY /content/smartling/submissions/jcr:content/grid/topToolbar/bulkResendButton
DENY /content/smartling/translation-control-center/jcr:content/actions/translate
DENY /content/smartling/translation-control-center/jcr:content/actions/translateWithChildren
DENY /content/smartling/translation-control-center/jcr:content/actions/download
DENY /content/smartling/translation-control-center/jcr:content/actions/preview
Give full access to Smartling features:
ALLOW /content/smartling/assetTranslations
ALLOW /content/smartling/dictionary
ALLOW /content/smartling/submissions/jcr:content/grid/columns/downloadLink
ALLOW /content/smartling/submissions/jcr:content/grid/topToolbar/bulkDownloadButton
ALLOW /content/smartling/jcr:content/sidekick/actions/download
ALLOW /content/smartling/jcr:content/sidekick/actions/translate
ALLOW /content/smartling/submissions/jcr:content/grid/topToolbar/bulkResendButton
ALLOW /content/smartling/translation-control-center/jcr:content/actions/translate
ALLOW /content/smartling/translation-control-center/jcr:content/actions/translateWithChildren
ALLOW /content/smartling/translation-control-center/jcr:content/actions/download
ALLOW /content/smartling/translation-control-center/jcr:content/actions/preview