Skip to content

Commit

Permalink
Merge pull request #298 from Accenture/297-task-get-correct-set-of-pe…
Browse files Browse the repository at this point in the history
…rmissions-for-normal-users

297 task get correct set of permissions for normal users
  • Loading branch information
JoernBerkefeld committed Nov 27, 2022
2 parents 2183c82 + 78d0e0f commit 8cd57fa
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,26 @@ Copyright (c) 2022 Accenture

## Getting Started

## Required Permission Sets

### Users

**Default Copado PS:**

- Copado User
- Copado Functions
- Copado Job Engine
- Quality Gates (Read Only)
- Execute Automations

**MCDO PS:**

- Copado Marketing Cloud (_custom_)

### Admins

Please make sure to assign the System Administrator profile and additionally assign the permission sets listed for users.

### Recommended MCDEV config

Please ensure you limit retrievable types to only supported ones to reduce loading times and avoid errors during deployments:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?>
<?xml version="1.0" encoding="UTF-8"?>
<PermissionSet xmlns="http://soap.sforce.com/2006/04/metadata">
<applicationVisibilities>
<application>mcdo_contributor</application>
Expand Down Expand Up @@ -109,4 +109,13 @@
<object>copado__Pipeline_Action__c</object>
<viewAllRecords>true</viewAllRecords>
</objectPermissions>
<objectPermissions>
<allowCreate>false</allowCreate>
<allowDelete>false</allowDelete>
<allowEdit>false</allowEdit>
<allowRead>true</allowRead>
<modifyAllRecords>false</modifyAllRecords>
<object>copado__System_Property__c</object>
<viewAllRecords>true</viewAllRecords>
</objectPermissions>
</PermissionSet>

0 comments on commit 8cd57fa

Please sign in to comment.