Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

297 task get correct set of permissions for normal users #298

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>