Skip to content

docker/grouper_training

201906-shib-up…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Code
This branch is 153 commits behind 202109.

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 24, 2019 09:55
April 22, 2019 21:59
April 22, 2019 21:59
April 22, 2019 21:59
April 22, 2019 21:59
April 22, 2019 21:59
October 1, 2018 16:33
April 22, 2019 21:23
April 23, 2019 10:34
April 19, 2019 15:17
April 20, 2019 13:56

grouper_training

A set of Grouper images that are used during I2/TIER training.

Images

Full Demo

docker run -d -p 389:389 -p 8443:443 -p 3306:3306 \
  --name grouper-demo tier/gte:full_demo-201906

Browse to https://localhost:8443/grouper

Exercises

docker run -d -p 80:80 -p 389:389 -p 8443:443 -p 3306:3306 \
  --name gte tier/gte:XXX.X.{X|end}-201906

Current tags:

  • 101.1.1-201906
  • 201.1.1-201906
  • 201.1.end-201906
  • 201.2.1-201906
  • 201.2.end-201906
  • 201.3.1-201906
  • 201.3.end-201906
  • 201.4.1-201906
  • 201.4.end-201906
  • 201.5.1-201906
  • 201.5.end-201906
  • 211.1.1-201906
  • 301.4.1-201906
  • 401.1.1-201906
  • 401.1.2-201906
  • 401.1.3-201906
  • 401.1.4-201906
  • 401.1.5-201906
  • 401.1.6-201906
  • 401.1.end-201906
  • 401.2.1-201906
  • 401.2.2-201906
  • 401.2.3-201906
  • 401.2.4-201906
  • 401.2.5-201906
  • 401.2.6-201906
  • 401.2.7-201906
  • 401.2.8-201906
  • 401.2.9-201906
  • 401.2.end-201906
  • 401.3.1-201906
  • 401.3.2-201906
  • 401.3.3-201906
  • 401.3.4-201906
  • 401.3.5-201906
  • 401.3.6-201906
  • 401.3.7-201906
  • 401.3.end-201906
  • 401.4.1-201906
  • 401.4.end-201906

Browse to https://localhost:8443/grouper for Grouper. There is also an app that dumps the SP user attributes at https://localhost:8443/app.

Users

Help apps

Course specific notes

Notes for the exercises in 401

Before connecting to your SSH server, be sure to port forward a local port to the server's port 15672 as well.

These exercises require Rabbit MQ to be started. Before starting the ex401 Grouper container, run:

docker run -d -p 15672:15672 --env RABBITMQ_NODENAME=docker-rabbit --hostname rabbitmq --name=rabbitmq rabbitmq:management

Now browse to http://localhost:15672/ and login with guest/guest, and create a new queue named grouper.

Now start the ex401 Grouper with this slightly modified command:

docker run -d -p 389:389 -p 8443:443 -p 3306:3306 \
  --link rabbitmq:rabbitmq --name tier/gte:401.{X.X|end}-201906