Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Releases: OSC/ood-portal-generator

version 0.7.1

26 Feb 20:54
Compare
Choose a tag to compare

Changed

  • Return non-zero exit status if there is no change in the generated Apache
    configuration file. #14

version 0.7.0

14 Feb 14:53
Compare
Choose a tag to compare

Added

  • Added the verbose Lua log handler logger for metrics gathering.

Changed

  • Set default log level to info to enable verbose logging.

version 0.6.0

09 Feb 16:11
Compare
Choose a tag to compare

Added

  • Added helpful utility for performing the necessary operations when updating
    the Apache config.

version 0.5.0

31 Jan 15:55
Compare
Choose a tag to compare

Added

  • Added a commented warning about editing the Apache config directly in the ERB
    template. #11
  • Added the executable bin/generate for easier generation of Apache configs.

Changed

  • Updated information in LICENSE.txt.
  • Changed location of default YAML configuration file to the well-defined
    global location /etc/ood/config/ood-portal.yml. #11
  • Refactored code out of Rakefile into a separate library for code re-use.

version 0.4.0

25 Jul 15:59
Compare
Choose a tag to compare

Added

  • Added configuration option for OOD_USER_ENV used in mod_ood_proxy.

Changed

  • Changed the formatting of the CHANGELOG.md.

Fixed

  • Fixed link to documentation in README.md.

version 0.3.1

06 Mar 17:57
Compare
Choose a tag to compare

Bugfixes:

  • fix double escaping query params on redirect

version 0.3.0

01 Mar 22:39
Compare
Choose a tag to compare

Features:

  • use a YAML file for overriding default configuration
  • use a common ERB template with the Puppet project
  • add logout sub-uri and redirect uri

Bugfixes:

  • fix CILogon default map command to use mapfile instead of regex
  • filter sensitive info for Basic Auth default option
  • fix missing closing bracket

version 0.2.0

30 Jan 20:35
Compare
Choose a tag to compare

Features:

  • namespace cookies using the Path attribute
  • add documentation for Shibboleth (including filtering session cookie)
  • can specify host regex used for proxying

Bugfixes:

  • use better regex for modifying Location header
  • strip out or replace Domain attribute when setting a cookie
  • fixed hardcoded /rnode uri that should have been a variable
  • filter out mod_auth_openidc session/claims information

version 0.1.0

13 Jan 18:26
Compare
Choose a tag to compare

Features:

  • modify redirect headers from backend web servers running on nodes

Bugfixes:

  • disabled node/rnode support by default due to security concerns

version 0.0.7

10 Nov 16:08
Compare
Choose a tag to compare

Features:

  • adds analytics reporting feature
  • don't recommend CILogon anymore and allow all of its options to be set
    individually

Bugfixes:

  • fixed default location for .htpasswd