security page
This commit is contained in:
parent
fdaf5dc4ff
commit
d9dfc5f115
16
docs/dcc-security.md
Normal file
16
docs/dcc-security.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Data Controller for SAS® - Security
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
The Data Controller works at the level of Table and Group. Permissions can only be set at group level, and so there are two parts to adding a user:
|
||||||
|
|
||||||
|
1 - Adding the user to the relevant group in SAS metadata
|
||||||
|
|
||||||
|
2 - Ensuring that group has the appropriate access level in the configuration table
|
||||||
|
|
||||||
|
For guidance with adding SAS users, see SAS Documentation.
|
||||||
|
|
||||||
|
## Details
|
||||||
|
|
||||||
|
In order to surface a table to a new group, simply add a record to the `DATACTRL.MPE_SECURITY` table. The `library.dataset` value should go in the `BASE_TABLE` field, the level of access (either _EDIT_ or _APPROVE_) should go in the `ACCESS_LEVEL` field, and the exact name of the relevant metadata group should go in the `SAS_GROUP` field. The change should then be submitted, and approved, at which point the new security setting will be applied.
|
||||||
|
|
||||||
|
![Screenshot](img/securitytable.png)
|
BIN
docs/img/securitytable.png
Normal file
BIN
docs/img/securitytable.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 296 KiB |
@ -14,7 +14,7 @@ The following documents are available on this site:
|
|||||||
|
|
||||||
* [Overview](dc-overview.md)
|
* [Overview](dc-overview.md)
|
||||||
* [User Guide](dc-userguide.md)
|
* [User Guide](dc-userguide.md)
|
||||||
* [Config - Adding Users](dcc-users.md)
|
* [Config - Security](dcc-security.md)
|
||||||
* [Installation]()
|
* [Installation]()
|
||||||
|
|
||||||
## Online resources
|
## Online resources
|
||||||
|
@ -4,9 +4,9 @@ pages:
|
|||||||
- Using Data Controller:
|
- Using Data Controller:
|
||||||
- DC Overview: dc-overview.md
|
- DC Overview: dc-overview.md
|
||||||
- DC User Guide: dc-userguide.md
|
- DC User Guide: dc-userguide.md
|
||||||
- Configuring Data Controller
|
- Configuring Data Controller:
|
||||||
- Adding Users: dcc-users.md
|
- Security: dcc-security.md
|
||||||
- Adding Tables
|
# - Adding Tables
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
|
Loading…
Reference in New Issue
Block a user