Commits
Commits on Nov 2, 2022
-
Fix documentation for basic auth
Fix the documentation for basic auth, specifically the file path containing the mapping from username to hashed passwords.
Copy the full SHA b31073fView commit details
Commits on Feb 23, 2022
-
Copy the full SHA 3959fb5View commit details
Commits on Dec 7, 2021
-
Update for COmanage Registry 4.0.1 release
Updates for the COmanage Registry 4.0.1 release.
Copy the full SHA bc47b4bView commit details
Commits on May 24, 2021
-
Update documentation to reflect release 3.3.3
Update the documentation to reflect the release of COmanage Registry version 3.3.3.
Copy the full SHA 610b497View commit details
Commits on Oct 26, 2020
-
Update COmanage Registry version to 3.3.1
Update the COmanage Registry version for the 3.3.1 release.
Copy the full SHA ef9a218View commit details
Commits on Apr 30, 2020
-
Updates for COmanage Registry 3.2.4 release
Updates for the COmanage Registry 3.2.4 release.
Copy the full SHA bd11cedView commit details
Commits on Apr 22, 2019
-
Refactor to use Docker multi-stage builds.
Refactored the Dockerfiles and related tooling to leverage Docker multi-stage build functionality. Also updated base containers to pick up later releases of Apache HTTP Server, PHP, Shibboleth SP, and mod_auth_openidc.
Copy the full SHA afd84cfView commit details
Commits on Nov 29, 2018
-
Fix bug when using the environment variable COMANAGE_REGISTRY_ENABLE_PLUGIN to specify a comma separated list of plugins to enable where the comma separated list was not parsed correctly.
Copy the full SHA 5d463b4View commit details
Commits on May 30, 2018
-
Update php image tag to php:7.0-apache-jessie
Update the base image tag from php:7.0-apache to php:7.0-apache-jessie since php:7.0-apache now uses stretch as a base and the package dependencies need to be evolved before just switching to stretch.
Copy the full SHA 7a0285aView commit details
Commits on Apr 24, 2018
-
Copy the full SHA fdfcc07View 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
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 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 Jun 12, 2017
-
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
Commits on May 28, 2017
-
Copy the full SHA 8dc5b09View commit details
Commits on Apr 10, 2017
-
Copy the full SHA 74af154View commit details
Commits on Feb 14, 2017
-
Copy the full SHA 4d5e65fView commit details
Commits on Feb 13, 2017
-
Copy the full SHA 43a4971View commit details