cds add enterprise-messaging

This commit is contained in:
Johannes Vogt
2025-03-21 16:54:37 +01:00
parent 89307140ad
commit 70d7e6ffea
4 changed files with 61 additions and 5 deletions

View File

@@ -1,19 +1,34 @@
{
"scopes": [
{
"name": "$XSAPPNAME.admin",
"name": "$XSAPPNAME.admin",
"description": "admin"
},
{
"name": "$XSAPPNAME.emcallback",
"description": "Enterprise-Messaging Callback Access",
"grant-as-authority-to-apps": [
"$XSSERVICENAME(samples-messaging)"
]
},
{
"name": "$XSAPPNAME.emmanagement",
"description": "Enterprise-Messaging Management Access"
}
],
"attributes": [],
"role-templates": [
{
"name": "admin",
"scope-references": [
"name": "admin",
"scope-references": [
"$XSAPPNAME.admin"
],
],
"description": "cap samples multi-service shared-db"
}
],
"authorities-inheritance": false
"authorities-inheritance": false,
"authorities": [
"$XSAPPNAME.emmanagement",
"$XSAPPNAME.mtcallback"
]
}