Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add purpose
Chris Bynum
committed
Aug 2, 2016
1 parent
e2044b3
commit 6e759ac
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
# shib-idp-conftree | ||
|
||
## Purpose | ||
|
||
This project contains the configuration tree (structure) for Shibboleth IDP. The are various usage scenarios throughout the build, test, deploy cycle that warrant this abstraction | ||
of the configuration tree. There is a separate repository for the Docker Image which is responsible for building the runtime environment and pulling the configuration trees housed here | ||
to complete a deployment. | ||
|
||
### Configuration Trees | ||
|
||
* `test` branch | ||
* Internal Testing - (TEST) branch/repo that uses the "test bed" which is something that I2 provides (LDAP) and an element to make all integrations. Appropriate for Jenkins and testing environments | ||
* `release` branch | ||
* External Testing - (RELEASE) branch/repo (ultimately will live in Subversion?) for end users |