From: Dan Scott Date: Tue, 6 Nov 2012 03:14:34 +0000 (-0500) Subject: Document log redaction XML chunk for opensrf_core.xml X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=39f558e3c81d4b9551b527bd5af56ab3666cc7e4;p=evergreen%2Fpines.git Document log redaction XML chunk for opensrf_core.xml Based on Bill Erickson's original version. Signed-off-by: Dan Scott Signed-off-by: Bill Erickson --- diff --git a/docs/RELEASE_NOTES_2_3.txt b/docs/RELEASE_NOTES_2_3.txt index 4d812262fe..b8fc6be74a 100644 --- a/docs/RELEASE_NOTES_2_3.txt +++ b/docs/RELEASE_NOTES_2_3.txt @@ -6,7 +6,32 @@ Release notes Upgrade notes ------------- -Coming Soon. +Log Protect (redaction) +~~~~~~~~~~~~~~~~~~~~~~~ +To prevent sensitive information such as passwords from being logged +in general activity logs, add the following XML chunk to the bottom of +`opensrf_core.xml`, just inside the `` section: + +[source, xml] +---------------------------------------------------------------- + ... + + + + open-ils.auth.authenticate.verify + open-ils.auth.authenticate.complete + open-ils.auth_proxy.login + open-ils.actor.user.password + open-ils.actor.user.username + open-ils.actor.user.email + open-ils.actor.patron.update + open-ils.cstore.direct.actor.user.create + open-ils.cstore.direct.actor.user.update + open-ils.cstore.direct.actor.user.delete + + + +---------------------------------------------------------------- New features ------------