Skip to content

shreddedbacon/uaa-webui

Repository files navigation

UAA WebUI

Go Report Card

This is intended to be a quick web interface for UAA to perform basic functionality via the browser.

Docker

Docker Compose

Modify .envvars to suit the target UAA then run one of the following

docker-compose up -d
## OR to rebuild
docker-compose up -d --build

Build

docker build -t shreddedbacon/uaa-webui .

Run

docker run -p 8443:8443 \
  -e CLIENT_ID=uaa-admin \
  -e CLIENT_SECRET=uaa-adminsecret \
  -e UI_URL=https://localhost:8443 \
  -e UAA_SERVER=https://<ip>:<port> \
  shreddedbacon/uaa-webui

E.g

docker run -p 8443:8443 \
  -e CLIENT_ID=uaa-admin \
  -e CLIENT_SECRET=uaa-adminsecret \
  -e UI_URL=https://localhost:8444 \
  -e UAA_SERVER=https://192.168.50.6:8443 \
  shreddedbacon/uaa-webui

About

Webui for uaa

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published