spring-attic / cloudfoundry-service-broker

Sample project for Spring Cloud - Cloud Foundry Service Broker
Apache License 2.0
41 stars 90 forks source link

Username & Password #8

Closed NadlerGalit closed 8 years ago

NadlerGalit commented 8 years ago

Hi,

I pushed this broker to my private CF as an app. while I'm trying to connect it asks for user name and password.

The message: "The server XXX requires username and password. The servers says:Spring".

There is any user & pwd in order to use it?

scottfrederick commented 8 years ago

If you haven't configured a password in the broker project, Spring Security will generate the password. See the Security section in the README of the Spring Cloud - Cloud Foundry Service Broker project for more info.