Skip to content

Commits

Permalink
302a81f28e
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 Aug 23, 2019

  1. Refactor Shibboleth SP logging configuration

    Refactor the Shibboleth SP logging configuration so that default
    shibd.logger, native.logger, and console.logger with details appropriate
    for Docker images are in the base and can be easily copied into images.
    Remove shibd.logger and native.logger from the COmanage Registry and
    Mailman images as a result.
    skoranda committed Aug 23, 2019
    Copy the full SHA
    302a81f View commit details
  2. Updated Shibboleth SP template config file

    Updated the Shibboleth SP template configuration file to make it
    consistent with the default example configuration from the
    Shibboleth SP 3.0.4 release.
    skoranda committed Aug 23, 2019
    Copy the full SHA
    30e5833 View commit details
  3. Remove logger attribute from Shibboleth SP config

    Removed the logger attribute from the root element
    <SPConfig> of the Shibboleth SP configuration template file
    so that the SP will default to using shibd.logger for out of
    process (shibd) and native.logger for in proccess (module).
    skoranda committed Aug 23, 2019
    Copy the full SHA
    02dafff View commit details

Commits on Jun 27, 2019

  1. Updated Mailman 3 for COmanage Registry images to 0.2.3

    Updated the Mailman 3 for COmanage Registry images to
    version 0.2.3 to pick up more recent version of
    core (3.2.2), postorious (1.2.4), and hyperkitty (1.2.2).
    skoranda committed Jun 27, 2019
    Copy the full SHA
    1636331 View commit details
  2. Update PHP to version 7.3.6

    Updated Dockerfiles for both COmanage Registry base and the I2 TAP base
    to use PHP version 7.3.6.
    skoranda committed Jun 27, 2019
    Copy the full SHA
    7e5d2cc View commit details
  3. Remove shibboleth2.xml template file from I2 TAP image

    Remove the shibboleth2.xml template file installed by the RPM
    from the image so that it is not included when a volume is created
    from the mount point /etc/shibboleth, which is declared using the
    VOLUME instruction.
    skoranda committed Jun 27, 2019
    Copy the full SHA
    0d6bc3f View commit details

Commits on Jun 12, 2019

  1. Inject relayhost configuration for postfix

    Added the ability to inject the relayhost configuration for postfix.
    skoranda committed Jun 12, 2019
    Copy the full SHA
    006433c 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 Apr 3, 2019

  1. Copy the full SHA
    0ce0ada View commit details
  2. Update Mailman 3 deployment to use SAML

    Update the Mailman 3 images and service deployment scripts so
    that Apache HTTP Server with the Shibboleth SP serves as the
    web proxy so that the Mailman 3 UI interfaces (Postorius and
    Hyperkitty) are protected with SAML.
    skoranda committed Apr 3, 2019
    Copy the full SHA
    66c5da5 View commit details

Commits on Feb 21, 2019

  1. Updated for Mailman 3.2.0

    Changes necessary to ingegrate COmanage Registry with Mailman 3.2.0.
    skoranda committed Feb 21, 2019
    Copy the full SHA
    e53f518 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 Nov 13, 2018

  1. Add package ca-certificates to slapd base image

    Add the ca-certificates package to the slapd base image so that any
    clients or client libraries that need to call out, such as syncrepl
    clients, can properly check server TLS certificates and do
    ldaps://.
    skoranda committed Nov 13, 2018
    Copy the full SHA
    5dbfaae View commit details

Commits on Nov 9, 2018

  1. Copy the full SHA
    5398b62 View commit details

Commits on Oct 29, 2018

  1. Update Postfix entrypoint and main.cf configuration

    Update Postfix entrypoint and main.cf configuration file to enable
    injection of mynetworks configuration so that the proper networks may be
    enabled or restricted.
    skoranda committed Oct 29, 2018
    Copy the full SHA
    565db19 View commit details

Commits on Oct 28, 2018

  1. Updated Mailman 3 Web build and configuration

    Updated Mailman 3 Web Dockerfile to pin version numbers for various
    django- modules. Updated settings.py configuration to remove all
    social login providers. Updated login template file to remove links
    to social providers.
    skoranda committed Oct 28, 2018
    Copy the full SHA
    40f4a25 View commit details

Commits on Oct 27, 2018

  1. Fix server name for Mailman nginx configuration

    Removed a hardcoded server name for the Mailman nginx configuration file
    and replaced with logic to inject the server name based on environment
    variable.
    skoranda committed Oct 27, 2018
    Copy the full SHA
    a935a21 View commit details

Commits on Oct 22, 2018

  1. Default maximum open file descriptors for slapd

    Added a default maximum open file descriptors set with
    ulimit -n for the slapd process. See
    https://github.com/moby/moby/issues/8231
    for a discussion of how this helps decrease the memory
    used by slapd when running inside a container.
    skoranda committed Oct 22, 2018
    Copy the full SHA
    f0d42b1 View commit details

Commits on Sep 10, 2018

  1. Update source URL for santuario

    Update the source URL for santuario used by the Shibboleth SP.
    skoranda committed Sep 10, 2018
    Copy the full SHA
    7e137d6 View commit details

Commits on Aug 1, 2018

  1. Set ownership on distribution LDAP files

    Add logic to perform a chown openldap:openldap on the directory
    files from the Debian distribution so that slapd always may start
    even when the numeric uid has changed, for example when /etc/passwd
    is mounted in. This was previously done for the directory files being
    used (database with n 2) but not for those that are not being
    used (database with n 1).
    skoranda committed Aug 1, 2018
    Copy the full SHA
    cc8ebfa View commit details

Commits on Jul 24, 2018

  1. Owner and permissions for slapd TLS files

    Added logic to set the owner and permissions for the slapd TLS
    certificate, privkey, and CA cert files so that they are explicitly
    owned by openldap with the correct permissions.
    skoranda committed Jul 24, 2018
    Copy the full SHA
    0436ac2 View commit details

Commits on Jul 17, 2018

  1. Updated documentation to remove hardcoded versions

    Updated the documentation to remove hardcoded versions for
    COmanage Registry and instead point to the COmanage Registry
    Release History wiki page along with a sed command
    to replace COMANAGE_REGISTRY_VERSION in the compose file.
    skoranda committed Jul 17, 2018
    Copy the full SHA
    b65387a View commit details

Commits on Jul 16, 2018

  1. Copy the full SHA
    c0d15bb View commit details
  2. Updated COmanage Registry version to 3.1.0

    Updated COmanage Registry recommended version to 3.1.0 for the basic
    auth with Postgres documentation.
    skoranda committed Jul 16, 2018
    Copy the full SHA
    a149a92 View commit details
  3. Copy the full SHA
    0dae54b View commit details
  4. Update recommended version to 3.1.0.

    Updated the recommended version on the top level to 3.1.0.
    skoranda committed Jul 16, 2018
    Copy the full SHA
    7b3152b View commit details

Commits on Jul 13, 2018

  1. Updated Shibboleth SP source URLs

    Updated Shibboleth SP source URLs to remove 'latest' from the paths.
    skoranda committed Jul 13, 2018
    Copy the full SHA
    ab7b35c View commit details
  2. Fix issue when openldap user has different UID

    If the deployer maps in or copies in a different /etc/passwd file that
    assigns the openldap user a different UID change the ownership of
    /var/run/slapd so that it has the correct owner.
    skoranda committed Jul 13, 2018
    Copy the full SHA
    6e4ba3b View commit details

Commits on Jun 19, 2018

  1. Fix LDAP entrypoint script no schema files injected

    Fixed logic preventing slapd entrypoint script from running to
    completion when no schema files are injected into /schema.
    skoranda committed Jun 19, 2018
    Copy the full SHA
    3ffe26f View commit details

Commits on Jun 17, 2018

  1. Copy the full SHA
    f702746 View commit details
  2. LDAP_DEBUG sends entrypoint script output to stdout

    If LDAP_DEBUG is set then the entrypoint script for the slapd images
    will invoke 'set -x' and send all output to stdout.
    skoranda committed Jun 17, 2018
    Copy the full SHA
    9a81632 View commit details
  3. Environment variable substitution into injected LDIF

    Text in injected LDIF files of the form %%SOME_VARIABLE%% will be
    replaced with the value from the environment variable SOME_VARIABLE
    before the LDIF is executed. The form %%_SOME_VARIABLE_FILE%% will be
    replaced with the contents of the file pointed to by the environment
    variable SOME_VARIABLE.
    skoranda committed Jun 17, 2018
    Copy the full SHA
    130df64 View commit details

Commits on Jun 16, 2018

  1. Better processing of injected LDIF files

    Better processing of injected LDIF files to be executed using either
    SASL external mechanism or the root DN.
    skoranda committed Jun 16, 2018
    Copy the full SHA
    998c499 View commit details
  2. Better processing of schema files

    Better processing of schema files for the slapd base image.
    skoranda committed Jun 16, 2018
    Copy the full SHA
    f450c80 View commit details

Commits on Jun 15, 2018

  1. Added logic to process LDIF

    Added logic to process LDIF files at startup time.
    skoranda committed Jun 15, 2018
    Copy the full SHA
    e63a5bd View commit details
Older