Skip to content

Commits

Permalink
bd11ceda2b
Switch branches/tags

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 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 Apr 22, 2020

  1. Updated README.md documentation for Shibboleth SP base

    Updated the README.md documentation for the Shibboleth SP base
    image.
    skoranda committed Apr 22, 2020
    Copy the full SHA
    5f48e79 View commit details
  2. Update Shibboleth SP to version 3.1.0

    Update the Shibboleth SP base image and the default for the
    COmanage Registry Shibboleth SP image to use version 3.1.0
    of the Shibboleth SP.
    skoranda committed Apr 22, 2020
    Copy the full SHA
    9956054 View commit details

Commits on Apr 8, 2020

  1. Fix typo in documentation for simple development sandbox

    Fix a typo in the documentation for simple development sandbox.
    skoranda committed Apr 8, 2020
    Copy the full SHA
    106706f View commit details

Commits on Apr 5, 2020

  1. Fix typos with SetEnv configuration directives.

    Fix typos with the SetEnv configuration directives so that they match
    the defaults for EnvSource configuration.
    skoranda committed Apr 5, 2020
    Copy the full SHA
    3bdadaa View commit details

Commits on Mar 31, 2020

  1. Add further details on simple development sandbox

    Added a note that one can add a username used in basic auth
    that mocks up what the Shibboleth SP or other authentication module
    will populate into REMOTE_USER.
    skoranda committed Mar 31, 2020
    Copy the full SHA
    d1469da View commit details
  2. Added details for simple development sandbox

    Added details to the documentation for the simple development sandbox
    for how to add more test users and how to mock up Apache CGI environment
    variables.
    skoranda committed Mar 31, 2020
    Copy the full SHA
    25f0e1c View commit details

Commits on Mar 30, 2020

  1. Add documentation for Mac OS user and update version

    Add documentation with an example directory a Mac OS user would use when
    making a directory for database state, as part of the simple development
    sandbox instructions. Also update the version to 3.2.3 for the
    evaluation documenation.
    skoranda committed Mar 30, 2020
    Copy the full SHA
    540bbc2 View commit details

Commits on Mar 27, 2020

  1. First commit of simple development documentation

    First commit of instructions for deploying a simple
    development sandbox using Docker.
    skoranda committed Mar 27, 2020
    Copy the full SHA
    0570bca View commit details
  2. Prevent sed from creating backup file

    Prevent sed from creationg a backup of bootstrap.php when
    it is edited in place by the entrypoint script.
    skoranda committed Mar 27, 2020
    Copy the full SHA
    bb61e38 View commit details
  3. POSTGRES_PASSWORD required

    The upstream PostgreSQL image now requires that POSTGRES_PASSWORD
    be set. This commit sets POSTGRES_PASSWORD to be the value
    of COMANAGE_REGISTRY_POSTGRES_USER_PASSWORD if not set,
    or uses the Dockerfile default of password.
    skoranda committed Mar 27, 2020
    Copy the full SHA
    8d2162b View commit details

Commits on Mar 25, 2020

  1. Fix typo

    tzeller authored and GitHub committed Mar 25, 2020
    Copy the full SHA
    389d8cb View commit details

Commits on Mar 23, 2020

  1. Document COMANAGE_REGISTRY_NO_DATABASE_CONFIG in cron README.md

    Document the use of the COMANAGE_REGISTRY_NO_DATABASE_CONFIG environment
    variable in the README.md file for the cron image.
    skoranda committed Mar 23, 2020
    Copy the full SHA
    6b015cc View commit details
  2. Update main README.md with link to COmanage Registry cron

    Update the main README.md documentation page with a link to the
    documentation for the COmanage Registry cron image.
    skoranda committed Mar 23, 2020
    Copy the full SHA
    4450c1f View commit details

Commits on Mar 18, 2020

  1. Still better root DN password management

    If the environment variable OLC_ROOT_DN_PASSWORD is set but OLC_ROOT_DN
    (usually a hash) is not and is set to the Dockerfile default of
    'password', then take OLC_ROOT_DN from OLC_ROOT_DN_PASSWORD.
    skoranda committed Mar 18, 2020
    Copy the full SHA
    e11d6fe View commit details

Commits on Mar 16, 2020

  1. Add logic to prevent writing of database and email config files

    Add logic so that if the environment variable
    COMANAGE_REGISTRY_NO_DATABASE_CONFIG exists then the entrypoint script
    will not attempt to create the database.php file. Likewise if
    COMANAGE_REGISTRY_NO_EMAIL_CONFIG exists then the entrypoint script will
    not attempt to create the email.php file.
    skoranda committed Mar 16, 2020
    Copy the full SHA
    83e8bfd View commit details

Commits on Mar 11, 2020

  1. Better root DN password management

    If the environment variable OLC_ROOT_DN_PASSWORD is set but OLC_ROOT_DN
    (usually a hash) is not, then take OLC_ROOT_DN from
    OLC_ROOT_DN_PASSWORD.
    skoranda committed Mar 11, 2020
    Copy the full SHA
    e93e857 View commit details
  2. Update comanage-registry-slapd-base base image

    Update the base image for comanage-registry-slapd-base to use
    debian:10.3.
    skoranda committed Mar 11, 2020
    Copy the full SHA
    b70553a View commit details

Commits on Feb 25, 2020

  1. Update build for Shibboleth SP base image

    Updated the build for the Shibboleth SP base image to use debian:buster
    as the base and the appropriate development libraries for that base.
    skoranda committed Feb 25, 2020
    Copy the full SHA
    fc5edac View commit details

Commits on Feb 19, 2020

  1. Updated PHP version for I2 TAP base

    Updated the PHP version for the I2 TAP base image to version
    7.3.13.
    skoranda committed Feb 19, 2020
    Copy the full SHA
    1f5984e 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. First commit of COmanage Registry Cron

    First commit of COmanage Registry Cron, intended to build a COmanage
    Registry image that uses cron to execute COmanage Registry JobShell
    jobs.
    skoranda committed Jan 20, 2020
    Copy the full SHA
    0e25097 View commit details
  2. 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
  3. Updated PHP base including move to Debian buster.

    Updated the base to PHP 7.3.13 and switched to using Debian buster.
    skoranda committed Jan 20, 2020
    Copy the full SHA
    a2ebb31 View commit details

Commits on Nov 11, 2019

  1. Added Django request logging capabilities for mailman-web

    Added the django-request-logging package to mailman-web to assist when
    necessary with debugging by being able to easily log the requests
    recevied by the mailman-web service.
    skoranda committed Nov 11, 2019
    Copy the full SHA
    070aff9 View commit details
  2. Added MailHeaderMiddleware to settings.py for mailman-web

    Added the MailHeaderMiddleware to settings.py for the mailman-web
    service.
    skoranda committed Nov 11, 2019
    Copy the full SHA
    f40e11e View commit details
  3. Merge pull request #21 from duncan-brown/patch-2

    Add missing - to read from stdin
    skoranda authored and GitHub committed Nov 11, 2019
    Copy the full SHA
    d95df92 View commit details
  4. Merge pull request #22 from duncan-brown/patch-3

    Directories on host should start with /srv/docker
    skoranda authored and GitHub committed Nov 11, 2019
    Copy the full SHA
    4edf8e2 View commit details
  5. Merge pull request #23 from duncan-brown/mailman_perms

    Fix permission on patched code
    skoranda authored and GitHub committed Nov 11, 2019
    Copy the full SHA
    a23a0a5 View commit details
  6. Merge pull request #24 from mrkday/COMANAGE_REGISTRY_SRC_URL

    expose COMANAGE_REGISTRY_SRC_URL as a build arg
    skoranda authored and GitHub committed Nov 11, 2019
    Copy the full SHA
    c6ca8f9 View commit details

Commits on Nov 8, 2019

  1. expose COMANAGE_REGISTRY_SRC_URL as a build arg

    Mark Day committed Nov 8, 2019
    Copy the full SHA
    91af00e View commit details

Commits on Oct 15, 2019

  1. fix permission on patched code

    Duncan Brown committed Oct 15, 2019
    Copy the full SHA
    6194f96 View commit details

Commits on Oct 9, 2019

  1. directories on host should start with /srv/docker

    Duncan Brown authored and GitHub committed Oct 9, 2019
    Copy the full SHA
    252c201 View commit details
  2. missing - to read from stdin

    Duncan Brown authored and GitHub committed Oct 9, 2019
    Copy the full SHA
    8c04585 View commit details

Commits on Oct 8, 2019

  1. Merge pull request #18 from duncan-brown/yaml_fix

    Fixed missing colon in yaml
    skoranda authored and GitHub committed Oct 8, 2019
    Copy the full SHA
    8084b3a View commit details
Older