Skip to content

Commit 7f91077

Browse files
Comment on resource managed-fiori-uaa
The MTA was created by with “cds add mta” and then manually changed to bind to xsuaa
1 parent ad267f9 commit 7f91077

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cap-service/mta.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ modules:
3131
requires:
3232
# Resources extracted from CAP configuration
3333
- name: cap-service-db
34+
# Manually add to bind to xsuaa
3435
- name: managed-fiori-uaa
3536
provides:
3637
- name: srv-api # required by consumers of CAP services (e.g. approuter)
@@ -65,7 +66,8 @@ resources:
6566
properties:
6667
hdi-service-name: ${service-name}
6768

68-
# services extracted from CAP configuration
69+
# manually add to bind to the xsuaa service deployed by
70+
# managed-html5-runtime-fiori-mta
6971
- name: managed-fiori-uaa
7072
type: org.cloudfoundry.existing-service
7173
parameters:

0 commit comments

Comments
 (0)