Skip to content
master
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?
shib-idp/test-compose/
shib-idp/test-compose/

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 20, 2018 23:09
idp
December 18, 2023 15:47
sp
May 18, 2020 15:40
November 9, 2022 21:30
October 9, 2018 18:23
October 10, 2018 18:23
October 11, 2018 17:41
October 11, 2018 17:41

The test-compose directory contains an example Shibboleth IdP environment that starts up the IdP, along with an LDAP directory. This example demonstrates how one might go about customizing and deploying their own local IdP containers, using the TIER Shibboleth IdP image as a base image.

In this example, the following cases are covered by this example:

ldap - The IdP uses an LDAP example directory as both the authentication source and attribute source.

It should be noted that while this example uses Docker Compose as a build and deployment vehicle, ideally one should use a CI server to build and publish institution specific images to an image repository as changes to the institution's customizations are committed to the source repository. These images would then be deployed to Docker Swarm, assuming that the appropriate Docker Secrets and Configs have been published to the swarm.