package
This commit is contained in:
5070
multitenancy/__package-lock.json
generated
5070
multitenancy/__package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -21,6 +21,8 @@ modules:
|
||||
- name: multitenancy-approuter
|
||||
type: nodejs
|
||||
path: app
|
||||
build-parameters:
|
||||
ignore: ["node_modules/"]
|
||||
parameters:
|
||||
# Keep existing URLs for this application ("routes")
|
||||
keep-existing-routes: true
|
||||
@@ -42,6 +44,8 @@ modules:
|
||||
# ------------------------------------------------------------
|
||||
type: nodejs
|
||||
path: gen/srv
|
||||
build-parameters:
|
||||
ignore: ["node_modules/"]
|
||||
properties:
|
||||
SAP_JWT_TRUST_ACL: [{"clientid":"*","identityzone":"sap-provisioning"}] # Trust between server and SaaS Manager
|
||||
requires:
|
||||
|
||||
1298
multitenancy/package-lock.json
generated
1298
multitenancy/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -6,8 +6,13 @@
|
||||
"license": "UNLICENSED",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
<<<<<<< HEAD
|
||||
"@sap/cds": "git+https://b60833c73d12694645300a9e2b54a5650e6951ba:x-oauth-basic@github.tools.sap/cap/cds.git",
|
||||
"@sap/cds-mtx": "^2",
|
||||
=======
|
||||
"@sap/cds": "^5.1",
|
||||
"@sap/cds-mtx": "git+https://dd15a9cc2fa570fa26a4ab135f488ba260d65408:x-oauth-basic@github.wdf.sap.corp/cdx/cds-mtx.git",
|
||||
>>>>>>> ac895a508ab0d84ed46845359fdb0ed7a0f0571f
|
||||
"@sap/hana-client": "^2",
|
||||
"@sap/hdi-deploy": "^4",
|
||||
"@sap/instance-manager": "^2",
|
||||
@@ -90,7 +95,7 @@
|
||||
"for": [
|
||||
"OrdersService"
|
||||
],
|
||||
"new-entities": 77
|
||||
"new-entities": 88
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -5,8 +5,9 @@
|
||||
{ "name": "$XSAPPNAME.ExtendCDS", "description": "Extend CDS application" },
|
||||
{ "name": "$XSAPPNAME.ExtendCDSdelete", "description": "Extend CDS application with undeploy" },
|
||||
{ "name": "$XSAPPNAME.MtxDiagnose", "description": "Diagnose MTX sidecar" },
|
||||
{ "name": "$XSAPPNAME.mtdeployment", "description": "Deploy applications" },
|
||||
{
|
||||
"name": "$XSAPPNAME.Callback",
|
||||
"name": "$XSAPPNAME.mtcallback",
|
||||
"description": "With this scope set, the callbacks for subscribe, unsubscribe and getDependencies can be called.",
|
||||
"grant-as-authority-to-apps": [
|
||||
"$XSAPPNAME(application,sap-provisioning,tenant-onboarding)"
|
||||
@@ -32,6 +33,14 @@
|
||||
"$XSAPPNAME.ExtendCDSdelete"
|
||||
],
|
||||
"attribute-references": []
|
||||
},
|
||||
{
|
||||
"name": "MultitenancyAdministrator",
|
||||
"description": "Multitenancy Administrator",
|
||||
"scope-references": [
|
||||
"$XSAPPNAME.mtcallback",
|
||||
"$XSAPPNAME.mtdeployment"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user