From 39f558e3c81d4b9551b527bd5af56ab3666cc7e4 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 5 Nov 2012 22:14:34 -0500 Subject: [PATCH] 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 --- docs/RELEASE_NOTES_2_3.txt | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) 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 ------------ -- 2.43.2