-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmta.yaml
62 lines (56 loc) · 1.88 KB
/
mta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
## Generated mta.yaml based on template version 0.3.0
## appName = test
## language=nodejs; multiTenant=true
## approuter=
_schema-version: '3.1'
ID: test
version: 1.0.0
description: "A simple CAP project."
parameters:
enable-parallel-deployments: true
modules:
# --------------------- SERVER MODULE ------------------------
- name: test-srv
# ------------------------------------------------------------
type: nodejs
path: gen/srv
properties:
SAP_JWT_TRUST_ACL: [{"clientid":"*","identityzone":"sap-provisioning"}] # Trust between server and SaaS Manager
requires:
# Resources extracted from CAP configuration
- name: test-db-mt
- name: test-uaa-mt
provides:
- name: srv-api # required by consumers of CAP services (e.g. approuter)
properties:
srv-url: ${default-url}
- name: mtx-api # potentially required by approuter
properties:
mtx-url: ${default-url}
resources:
# services extracted from CAP configuration
# 'service-plan' can be configured via 'cds.requires.<name>.vcap.plan'
# ------------------------------------------------------------
- name: test-db-mt
# ------------------------------------------------------------
type: org.cloudfoundry.managed-service
parameters:
service: managed-hana
service-plan: hdi-shared
properties:
hdi-service-name: ${service-name}
# ------------------------------------------------------------
- name: test-uaa-mt
# ------------------------------------------------------------
type: org.cloudfoundry.managed-service
parameters:
service: xsuaa
service-plan: application
config:
xsappname: -${space} # name + space dependency
tenant-mode: dedicated
## path to xs-security.json to add roles and scopes
# path: ./xs-security.json
## or inline definition
# scopes:
# - name: $XSAPPNAME...