From 08b92941797c63e90cc7f3963da2ea106e33e865 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 6 Nov 2012 09:48:51 -0500 Subject: [PATCH] Document log redaction XML for opensrf_core.xml (2.2) Based on Bill Erickson's original text. Signed-off-by: Dan Scott Signed-off-by: Bill Erickson --- docs/RELEASE_NOTES_2_2.txt | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/docs/RELEASE_NOTES_2_2.txt b/docs/RELEASE_NOTES_2_2.txt index 11ac2efe6b..5961379da2 100644 --- a/docs/RELEASE_NOTES_2_2.txt +++ b/docs/RELEASE_NOTES_2_2.txt @@ -6,6 +6,33 @@ Release notes Upgrade notes ------------- +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 + + + +---------------------------------------------------------------- + Z39.50 Server Definitions ~~~~~~~~~~~~~~~~~~~~~~~ Z39.50 server target definitions have been removed from the sample @@ -608,4 +635,4 @@ License This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative -Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. \ No newline at end of file +Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. -- 2.11.0