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