Number of items / permissions?

I searched for a while and made several deployments for roles and permissions manually, but is there a way to create a package (or equivalent) for the role / permissions in Sitecore?

This is a very time-consuming job of manually deploying new roles with permissions when you have no way to fully deploy from one environment to another.

Just curious if anyone has managed to do this or is there a way to make it easier?

Greetings

+8
sitecore
source share
1 answer

User and roles can be added to packages. The package designer has a button "Security Accounts" on the ribbon "Add", which allows you to add users / roles to the package.

As for access rights, they are stored in the elements on which they are set. Therefore, to deploy permissions, you must add items to the package.

+11
source share

All Articles