From 519e8f77a9b967c5428235b49f46059779c357e8 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 31 Oct 2012 09:00:19 -0400 Subject: [PATCH] Add sample log redaction config to EG opensrf_core Redact parameter logging for the following API calls: Login: open-ils.auth.authenticate.verify open-ils.auth.authenticate.complete open-ils.auth_proxy.login User updates: 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 Signed-off-by: Bill Erickson Signed-off-by: Dan Scott --- Open-ILS/examples/opensrf_core.xml.example | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Open-ILS/examples/opensrf_core.xml.example b/Open-ILS/examples/opensrf_core.xml.example index 440bd8bc10..7bc022f720 100644 --- a/Open-ILS/examples/opensrf_core.xml.example +++ b/Open-ILS/examples/opensrf_core.xml.example @@ -170,4 +170,22 @@ Example OpenSRF bootstrap configuration file for Evergreen + + + + + 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 + + -- 2.43.2