Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

making/uaa-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uaa-ui

Web UI for Cloud Foundry UAA

./mvnw clean package -DskipTests=true

java -jar target/uaa-ui-0.0.1-SNAPSHOT.jar

Go to http://localhost:8080

Deploy to Cloud Foundry

applications:
- name: uaa-ui
  path: target/uaa-ui-0.0.1-SNAPSHOT.jar
  env:
    CA_CERTS: |
      -----BEGIN CERTIFICATE-----
      CA for UAA if needed
      -----END CERTIFICATE-----
cf push

Screen shots

Login with a UAA client which has uaa.admin authority.

image

image

image

image

image

image

About

Web UI for Cloud Foundry UAA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published