Skip to content

mohammadiliyash/uaa-for-developer-training

 
 

Repository files navigation

# CloudFoundry User Account and Authentication (UAA) Server

This is a copy of the UAA component, forked in support of the Cloud Foundry Certified Developer Training Course.

The full README for UAA is still available with the original code.

Deploying UAA

  1. Clone this repository
  2. Come up with a unique name for your UAA app
  3. Identify the domain of your CF (based on the routes of the apps created so far)
  4. Run the following from the root of the UAA clone:
./gradlew manifests -Dapp=$YOUR_UNIQUE_APP_NAME -Dapp-domain=$DOMAIN
cf push -f build/sample-manifests/uaa-cf-application.yml

About

CloudFoundry User Account and Authentication (UAA) Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 92.5%
  • CSS 3.4%
  • HTML 2.3%
  • JavaScript 1.6%
  • Shell 0.1%
  • Ruby 0.1%