SAP-samples / cloud-cf-espm

A reference application showcasing an end-to-end development scenario in Java on SAP BTP, Cloud Foundry environment.
Apache License 2.0
14 stars 13 forks source link

cf cs xsuaa default espm-uaa -c xs-security.json fails #2

Closed rstumpe closed 5 years ago

rstumpe commented 5 years ago

Step 2 - create postgree service: cf cs xsuaa default espm-uaa -c xs-security.json results in: The plan default could not be found for service xsuaa cf cs xsuaa application espm-uaa -c xs-security.json works

Note: manifest.yml defines "espm-uaa-refapps" -> so you have to chenge either manifest.yml or cf cs xsuaa application espm-uaa-refapps -c xs-security.json works must be called here!

navinkrishnan commented 5 years ago

Noted. Thanks