Skip to content

Commits

Permalink
703847e27e
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 Jan 2, 2018

  1. Copy the full SHA
    703847e View commit details
  2. Copy the full SHA
    de373fe View commit details
  3. Better sed script to replace server name in Apache config

    Better sed script to replace the server name in the Apache HTTP Server
    configuration template in the entrypoint script.
    skoranda committed Jan 2, 2018
    Copy the full SHA
    7535f2a View commit details
  4. Better Apache configuration for Shibboleth local logout

    Better Apache HTTP Server configuration to support ending the Shibboleth
    SP session when the Logout button is clicked.
    skoranda committed Jan 2, 2018
    Copy the full SHA
    844fe7e View commit details

Commits on Nov 29, 2017

  1. Adjust Apache HTTP Server configuration for Shibboleth

    Adjust the Apache HTTP Server configuration for Shibboleth to work with
    the EnvSource so that environment variables are populated by the module
    for all COmanage Registry pages if they are available.
    skoranda committed Nov 29, 2017
    Copy the full SHA
    2da8566 View commit details

Commits on Nov 17, 2017

  1. updated for xmltooling-1.6.2

    skoranda committed Nov 17, 2017
    Copy the full SHA
    533facd View commit details

Commits on Nov 15, 2017

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

Commits on Nov 6, 2017

  1. Copy the full SHA
    f9f7ca4 View commit details

Commits on Sep 5, 2017

  1. Copy the full SHA
    471faa2 View commit details
  2. Copy the full SHA
    f99077a 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 21, 2017

  1. Copy the full SHA
    429254f 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 Jul 11, 2017

  1. Copy the full SHA
    fb37d22 View commit details

Commits on Jun 20, 2017

  1. updated image documentation

    skoranda committed Jun 20, 2017
    Copy the full SHA
    94d5a76 View commit details
  2. Copy the full SHA
    90474cb View commit details
  3. Better Docker stack documentation

    Better Docker stack documentation and removed old documentation
    for compose and stacks.
    skoranda committed Jun 20, 2017
    Copy the full SHA
    d0630a4 View commit details

Commits on Jun 19, 2017

  1. fix bad documentation links

    skoranda committed Jun 19, 2017
    Copy the full SHA
    8aa7e52 View commit details
  2. fix bad documentation link

    skoranda committed Jun 19, 2017
    Copy the full SHA
    3c83308 View commit details

Commits on Jun 12, 2017

  1. 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.
    skoranda committed Jun 12, 2017
    Copy the full SHA
    8b0927a View commit details
  2. 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
  3. 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
  2. Copy the full SHA
    5ec0b8c View commit details
  3. Copy the full SHA
    7c4168f View commit details
  4. Copy the full SHA
    3f97450 View commit details
  5. added defaults for slapd

    skoranda committed May 28, 2017
    Copy the full SHA
    1a80d69 View commit details
  6. fix spelling

    skoranda committed May 28, 2017
    Copy the full SHA
    7487dd4 View commit details

Commits on May 25, 2017

  1. Copy the full SHA
    4dd7afe View commit details
  2. Copy the full SHA
    8f6d37b View commit details
  3. README.md for docs

    skoranda committed May 25, 2017
    Copy the full SHA
    ee26e2c View commit details
  4. better table of contents

    skoranda committed May 25, 2017
    Copy the full SHA
    cf0b581 View commit details
  5. better table of contents

    skoranda committed May 25, 2017
    Copy the full SHA
    b57989f View commit details
Older