Note that apart from Export and Import options -
If you are using a %Installer Manifest for your deployment (for any environment - test or prod) - you can include in that manifest also the creation of Security elements such as Resources and Roles, etc.
For example:
<Resource
Name="%accounting_user"
Description="Accounting"
Permission="RW"/>And:
<Role
Name="%DB_USER"
Description="Database user"
Resources="MyResource:RW,MyResource1:RWU"
RolesGranted= />See more information here (in the docs).
[Defining a Role as part of a manifest is also included in an example in [@Eduard Lebedyuk]'s post here]
- Log in to post comments








]