Skip to content
Permalink
b5788754f3
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
 
 
Cannot retrieve contributors at this time
62 lines (43 sloc) 2.79 KB

Overview

This set of docker images supports a demonstration of the TIER architecture, and how it can be used for role-based access control (RBAC) in a complex setting. For more information about this demo, see Tier Canvas Provisioning Demo - TechEx 2017

The Group Docker image is based on Unicon's work, and relies on a seperate MySQL container for subject source and grouper's own database. The Grouper component has the Grouper UI, Grouper Web Services, and an active Grouper Daemon which runs the Grouper Loader. The Grouper loader kicks off all loader jobs and AMQP Message Publisher every 10 seconds, so changes are rapidly propagated through the demo.

This image does not follow best Docker practices. It is intended from demo/class usage. It can also be useful for use as a base image for Grouper development.

Building

To build the demo:

./build.sh

In order to configure the Canvas provisioning components, you'll need a Canvas instance and will need to generate an API key. Please see Getting Started With the Canvas API for more information about this.

There are a number of containers in the demo, so you may need to increase RAM devoted to Docker. The demo seems to run well with 4 CPUs and 8GB.

Running

To run the demo:

$ docker-compose up

You can log into the Grouper UI with "tjordan/12345". The account is a sysadmin. Through the back door (port 8080), anyone can access Grouper but through the portal proxy, the user will need to be a member of app:grouper:users. There are lots of "user" accounts that can be enrolled in courses and granted access to various parts of the demo. You can view them all at http://localhost:3000/users.

The LDAP admin bind account is "cn=admin,dc=example,dc=edu/password". The MySql admin account is "root/". There are a few schemas here for the SIS app (used as subject source) and Grouper's own database

Published Ports / Where to Go

Authors

LICENSE