From 1e9fa1f96181380506d20b10af27947922fdfb27 Mon Sep 17 00:00:00 2001 From: Jj! Date: Tue, 14 Sep 2021 15:10:05 -0500 Subject: [PATCH] add readme for authentication environment --- testbed/authentication/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testbed/authentication/README.md diff --git a/testbed/authentication/README.md b/testbed/authentication/README.md new file mode 100644 index 000000000..bf787dc8f --- /dev/null +++ b/testbed/authentication/README.md @@ -0,0 +1,10 @@ +1. add the following to `/etc/hosts`: + + ``` + 127.0.0.1 logs.unicon.local grouper-ui.unicon.local grouper-ws.unicon.local idp.unicon.local sp.unicon.local test-app.unicon.local cas.unicon.local shibui.unicon.local mailhog.unicon.local + 127.0.0.1 mq.unicon.local + ``` + +2. `docker compose up -d` to start, `docker compose logs -f` to follow logs. + +3. Access [https://shibui.unicon.local]. You'll need to accept the self signed certificate