Skip to content

Commit ca230e8

Browse files
Updated roles in xs-security-mt.json (#200)
Co-authored-by: Marc Becker <marc.becker@sap.com>
1 parent 09bce9e commit ca230e8

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

xs-security-mt.json

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,12 @@
1717
"name": "$XSAPPNAME.mtdeployment",
1818
"description": "Scope to trigger a re-deployment of the database artifacts"
1919
},
20-
{
21-
"name": "$XSAPPNAME.ExtendCDS",
22-
"description": "Extend your own tenant's models"
23-
},
24-
{
25-
"name": "$XSAPPNAME.ExtendCDSdelete",
26-
"description": "Undeploy your own tenant's extensions"
27-
}
20+
{
21+
"name": "$XSAPPNAME.cds.ExtensionDeveloper",
22+
"description": "Extend CAP applications via extension projects"
23+
}
2824
],
25+
"authorities-inheritance": false,
2926
"authorities": [
3027
"$XSAPPNAME.mtdeployment"
3128
],
@@ -51,17 +48,9 @@
5148
"name": "Extension_Developer",
5249
"description": "CDS Extension Developer",
5350
"scope-references": [
54-
"$XSAPPNAME.ExtendCDS"
51+
"$XSAPPNAME.cds.ExtensionDeveloper"
5552
],
5653
"attribute-references": []
57-
},
58-
{
59-
"name": "Extension_Admin",
60-
"description": "CDS Extension Administrator",
61-
"scope-references": [
62-
"$XSAPPNAME.ExtendCDS",
63-
"$XSAPPNAME.ExtendCDSdelete"
64-
]
6554
}
6655
]
6756
}

0 commit comments

Comments
 (0)