-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from docker/3.0.4_03122019
3.0.4 03122019
- Loading branch information
Showing
27 changed files
with
699 additions
and
205 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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
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,6 +1,36 @@ | ||
| # shibboleth-sp | ||
| # TIER shibboleth-sp | ||
|
|
||
| [](https://jenkins.testbed.tier.internet2.edu/job/docker/shib-sp/master) | ||
|
|
||
| This image is the parent of COmanage and Grouper containers, as it contains the OpenSUSE repositories for shibboleth package management, and an apache installation. | ||
| This is the TIER upstream Shibboleth SP container. | ||
|
|
||
| It is based from CentOS 7 and includes httpd, mod_ssl, and the current shibboleth SP. | ||
|
|
||
| Files you must supply/override in your downstream builds: | ||
|
|
||
| 1. The SP's ***private keys and corresponding certificates*** (very important!), which can be generated in your downstream container like this: | ||
| > RUN /etc/shibboleth/keygen.sh -o /etc/shibboleth/ -y 10 -n sp-encrypt -f \ | ||
| > && /etc/shibboleth/keygen.sh -o /etc/shibboleth/ -y 10 -n sp-signing -f | ||
| > | ||
| > ...those commands generate/overwrite the following files: | ||
| > /etc/shibboleth/sp-encrypt-key.pem | ||
| > /etc/shibboleth/sp-encrypt-cert.pem | ||
| > /etc/shibboleth/sp-signing-key.pem | ||
| > /etc/shibboleth/sp-signing-cert.pem | ||
| 2. ***/etc/httpd/conf.d/ssl.conf*** | ||
| > including: | ||
| > ServerName fqdn:port | ||
| > UseCanonicalName On | ||
| 3. ***/etc/shibboleth/shibboleth2.xml*** | ||
| > including: | ||
| > entityID | ||
| <br /><br /> | ||
| ***New in the 3.0 release:*** | ||
| * The image is based from the public CentOS7 image | ||
| * The TIER logging format has been implemented for shibd and httpd | ||
| * Everything now runs under supervisord | ||
| * The TIER Beacon has been implemented | ||
| * The file */etc/httpd/conf.d/ssl.conf* is now the default CentOS7 file | ||
|
|
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
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
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,3 +1,3 @@ | ||
| maintainer="tier" | ||
| imagename="shibboleth_sp" | ||
| version="2.5.1" | ||
| version="3.0.3" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| <br /> | ||
| <h3>This page is protected by the Shibboleth SP.</h3> | ||
|
|
Oops, something went wrong.