Commits
3fbedc8d5e
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
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?
Commits on Nov 15, 2017
-
Copy the full SHA 3fbedc8View commit details
Commits on Nov 8, 2017
-
Force schema update and enable plugin
Add functionality to allow an environment variable to indicate that the COmanage database schema should be updated (./Console/cake database). This is helpful when deploying a new version of the code that does not result in a change in the version number and so upgradeVersion does not fire. An example of this scenario is when new code is introduced in the develop branch but before a release happens. Also add functionality to allow an environment variable to indicate that a non-core plugin should be enabled.
Copy the full SHA 2c718ccView commit details -
Ensure _shibd user owns necessary files and directories
Because some deployers will mount or inject their own mapping between the _shibd user and its UID the entry point script should execute the proper chown command to make sure that at runtime necessary files and directories have the correct ownership. Also emit a WARNING if any files in /etc/shibboleth are not readable by the _shibd user.
Copy the full SHA 19486f7View commit details
Commits on Nov 6, 2017
-
Copy the full SHA f9f7ca4View commit details
Commits on Aug 4, 2017
-
Moved registry build later in Dockerfile template
Moved the registry build and all COmanage specific environment varilables later in the Dockerfile template so that more layers can be reused when changing COmanage registry versions.
Copy the full SHA 0bc5b0cView commit details
Commits on Jul 21, 2017
-
Copy the full SHA 429254fView commit details
Commits on Jul 14, 2017
-
Changed layout of COmanage Registry local directory
Changed layout so that /local is a symlink to /srv/comanage-registry/local instead of the other way around so that plugins can easily reference files under /srv/comanage-registry/app such as the StandardController view files add.ctp and edit.ctp.
Copy the full SHA 0ab71bdView commit details
Commits on Jul 11, 2017
-
Copy the full SHA fb37d22View commit details
Commits on Jun 20, 2017
-
Copy the full SHA 94d5a76View commit details -
Copy the full SHA 90474cbView commit details -
Better Docker stack documentation
Better Docker stack documentation and removed old documentation for compose and stacks.
Copy the full SHA d0630a4View commit details
Commits on Jun 12, 2017
-
Better handling of injected MetadataProvider
SHIBBOLETH_SP_METADATA_PROVIDER_XML may still be injected using the _FILE approach but it is handled uniquely now to prevent an error message from the bash declare command caused by the contents of the file usually containing special characters. Fundamentally this is caused by the left and right-hand sides of declare "${config_var}"=`cat $file_name` being evaluated before the actual 'declare' command is evaluated.
Copy the full SHA 8b0927aView commit details -
ServerName for Apache HTTP Server
The ServerName for Apache HTTP Server may now be injected using the environment variable SERVER_NAME. If not injected then the entrypoint scripts will attempt to determine the value for ServerName from the X.509 certificate for HTTPS.
Copy the full SHA ff8b582View commit details -
Removed HTTPS chain configuration
Since the Apache version used in the images is recent enough that SSLCertificateChainFile is obsoleted removed the ability to inject an explicit chain file and updated the documentation to note that the intermediate CA signing certificates should be included with the server certificate sorted from leaf to root.
Copy the full SHA 1e28ad3View commit details