docs.datacontroller.io/docs/dcc-groups.md

25 lines
1.2 KiB
Markdown
Raw Normal View History

2021-03-12 22:21:55 +00:00
---
layout: article
title: Groups
2022-07-09 22:50:25 +00:00
description: By default, Data Controller will work with the SAS Groups defined in Viya, Metadata, or SASjs Server. It is also possible to define custom groups with Data Controller itself.
2021-03-12 22:21:55 +00:00
og_image: https://i.imgur.com/drGQBBV.png
---
# Adding Groups
2020-01-25 19:42:11 +00:00
## Overview
2022-07-09 22:50:25 +00:00
By default, Data Controller will work with the SAS Groups defined in Viya, Metadata, or SASjs Server. It is also possible to define custom groups with Data Controller itself - to do this simply add the user and group name (and optionally, a group description) in the `DATACTRL.MPE_GROUPS` table.
2021-03-12 22:21:55 +00:00
2022-03-12 15:37:33 +00:00
![](https://i.imgur.com/drGQBBV.png)
## Data Controller Admin Group
2023-10-12 12:18:11 +00:00
When configuring Data Controller for the first time, a group is designated as the 'admin' group. This group has unrestricted access to Data Controller. To change this group, modify the `%let dc_admin_group=` entry in the settings program, located as follows:
* **SAS Viya:** $(appLoc)/services/settings.sas
* **SAS 9:** $(appLoc)/services/public/Data_Controller_Settings
* **SASjs Server:** $(appLoc)/services/public/settings.sas
To prevent others from changing this group, ensure the Data Controller appLoc (deployment folder) is write-protected - eg RM (metadata) or using Viya Authorisation rules.