This repository has been archived by the owner on Oct 18, 2018. It is now read-only.
Releases: OSC/ood-portal-generator
Releases · OSC/ood-portal-generator
version 0.7.1
version 0.7.0
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
Added
- Added helpful utility for performing the necessary operations when updating
the Apache config.
version 0.5.0
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
Added
- Added configuration option for
OOD_USER_ENV
used inmod_ood_proxy
.
Changed
- Changed the formatting of the
CHANGELOG.md
.
Fixed
- Fixed link to documentation in
README.md
.
version 0.3.1
Bugfixes:
- fix double escaping query params on redirect
version 0.3.0
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
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
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
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