From 13e28a1b99a0bfa4afd7ce899fc3e28cf9e36296 Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Wed, 26 Feb 2020 10:28:11 +0100 Subject: [PATCH] Use existing UAA instead of deploy --- mta.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mta.yaml b/mta.yaml index c032368..7ea775f 100644 --- a/mta.yaml +++ b/mta.yaml @@ -43,10 +43,11 @@ modules: forwardAuthToken: true resources: +# Use: +# xs create-service xsuaa space controller-api-ex-uaa -c xs-security.json +# to create the UAA before deploying the MTA or starting the node and web module in Web IDE - name: controller-api-ex-uaa - type: com.sap.xs.uaa - parameters: - config-path: ./xs-security.json + type: org.cloudfoundry.existing-service - name: controller-config properties: url: ${controller-url} #"${controller-url}" # - Removed for testing in Web IDE, replace for real deployment \ No newline at end of file