Polishing security LDAP UAA example

This commit is contained in:
Gunnar Hillert
2019-02-26 10:35:45 -10:00
parent 995be76a69
commit f3b1c2b02d

View File

@@ -26,11 +26,13 @@ In order to get everything running we need to setup the following server instanc
* Spring Cloud Skipper (secured by UAA, port `7577`)
* Spring Cloud Data Flow (secured by UAA, port `9393`)
== Build + Start LDAP Server
== Requirements
Please ensure you have the following 3 items installed:
* Java 8
* https://git-scm.com/[Git]
* https://github.com/cloudfoundry/cf-uaac[CloudFoundry UAA Command Line Client] (UACC)
* https://github.com/cloudfoundry/cf-uaac[CloudFoundry UAA Command Line Client] (UAAC)
== Build + Start LDAP Server