Skip to content

Commits

Commits on Jan 16, 2025

  1. Copy the full SHA
    e4364c9 View commit details

Commits on Feb 23, 2022

  1. Updates for 4.0.2 release

    Updates for 4.0.2 release.
    skoranda committed Feb 23, 2022
    Copy the full SHA
    3959fb5 View commit details

Commits on Jan 5, 2022

  1. Better example OIDCRedirectURI

    A better example configuration for OIDCRedirectURI in the README.md
    for the mod_auth_openidc image.
    skoranda committed Jan 5, 2022
    Copy the full SHA
    ff5b269 View commit details

Commits on Dec 7, 2021

  1. Update for COmanage Registry 4.0.1 release

    Updates for the COmanage Registry 4.0.1 release.
    skoranda committed Dec 7, 2021
    Copy the full SHA
    bc47b4b View commit details

Commits on Sep 10, 2021

  1. Updates for COmanage Registry 4.0.0-rc1

    Updates for COmanage Registry 4.0.0-rc1 including updating
    PHP to 7.3.30 and the Debian base to bullseye.
    skoranda committed Sep 10, 2021
    Copy the full SHA
    895cc7e View commit details

Commits on May 24, 2021

  1. Update documentation to reflect release 3.3.3

    Update the documentation to reflect the release of COmanage
    Registry version 3.3.3.
    skoranda committed May 24, 2021
    Copy the full SHA
    610b497 View commit details

Commits on Oct 26, 2020

  1. Update COmanage Registry version to 3.3.1

    Update the COmanage Registry version for the 3.3.1 release.
    skoranda committed Oct 26, 2020
    Copy the full SHA
    ef9a218 View commit details

Commits on Apr 30, 2020

  1. Updates for COmanage Registry 3.2.4 release

    Updates for the COmanage Registry 3.2.4 release.
    skoranda committed Apr 30, 2020
    Copy the full SHA
    bd11ced View commit details

Commits on Jan 28, 2020

  1. Revert mod_auth_openidc to version 2.3.11

    Revert mod_auth_openidc to version 2.3.11 after finding with
    that environment variables for claims are not being set the same in the
    2.4.x series.
    skoranda committed Jan 28, 2020
    Copy the full SHA
    c9a3ad9 View commit details

Commits on Jan 20, 2020

  1. Update to version 2.4.0.4 of mod_auth_openidc and buster

    Updated to use version 2.4.04 of mod_auth_openidc and Debian buster as
    the base.
    skoranda committed Jan 20, 2020
    Copy the full SHA
    f604d7d View commit details

Commits on Apr 22, 2019

  1. 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.
    skoranda committed Apr 22, 2019
    Copy the full SHA
    afd84cf View commit details

Commits on Nov 29, 2018

  1. Fix bug enabling plugins

    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.
    skoranda committed Nov 29, 2018
    Copy the full SHA
    5d463b4 View commit details

Commits on May 30, 2018

  1. 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.
    skoranda committed May 30, 2018
    Copy the full SHA
    7a0285a View commit details
  2. Copy the full SHA
    64a7c1f View commit details

Commits on Apr 24, 2018

  1. Copy the full SHA
    fdfcc07 View commit details

Commits on Mar 24, 2018

  1. Added .htaccess for mod_auth_openidc for name environment

    Added a modified .htaccess file that is COPY'd into the image from the
    Dockerfile. The modified .htaccess file adds three RewriteRule lines
    to add environment variables OIDC_CLAIM_NAME_GIVEN,
    OIDC_CLAIM_NAME_FAMILY, and OIDC_CLAIM_NAME_MIDDLE if the standard
    OIDC claims are asserted so that they can then be consumed during
    an enrollment flow as the default value for a name entry such as
    Name (Official, CO Person).
    skoranda committed Mar 24, 2018
    Copy the full SHA
    d182d37 View commit details

Commits on Nov 8, 2017

  1. 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.
    skoranda committed Nov 8, 2017
    Copy the full SHA
    2c718cc View commit details

Commits on Aug 4, 2017

  1. 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.
    skoranda committed Aug 4, 2017
    Copy the full SHA
    0bc5b0c View commit details

Commits on Jul 14, 2017

  1. 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.
    skoranda committed Jul 14, 2017
    Copy the full SHA
    0ab71bd View commit details

Commits on Jun 12, 2017

  1. 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.
    skoranda committed Jun 12, 2017
    Copy the full SHA
    ff8b582 View commit details
  2. 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.
    skoranda committed Jun 12, 2017
    Copy the full SHA
    1e28ad3 View commit details

Commits on May 28, 2017

  1. Copy the full SHA
    8dc5b09 View commit details

Commits on May 21, 2017

  1. Copy the full SHA
    99a8954 View commit details
  2. Copy the full SHA
    e470fd6 View commit details

Commits on May 1, 2017

  1. Copy the full SHA
    6343957 View commit details
  2. better COmanage entrypoint

    skoranda committed May 1, 2017
    Copy the full SHA
    95f1385 View commit details
  3. better HTTPS configuration

    skoranda committed May 1, 2017
    Copy the full SHA
    51e4af3 View commit details

Commits on Apr 10, 2017

  1. Copy the full SHA
    beced94 View commit details
End of commit history for this file