Skip to content
Permalink
a0019cc2bc
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
22 lines (13 sloc) 963 Bytes

shib-idp-with-conftree

Build Status

Purpose

The docker/shib-idp directory contains many prerequisites to run a Shibboleth IDP service. But no container distributed by TIER can contain all the relevant configuration required to run the Shibboleth IDP service. Our design calls for this repository to integrate Shibboleth IDP with end-user managed configuration trees and produce a working service.

Prerequisites

This repository does use docker/util, so you should install the binscripts.

The specific command will be in the BINSCRIPTS.md file at this level.

Quickstart

bin/rebuild.sh
bin/test.sh

These commands will clear the traces of any existing images you have, rebuild the container image, and run the test suite against them.