This is an automated email from the ASF dual-hosted git repository.

jaydoane pushed a commit to branch sensitive-config
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit e51228ed700fc559def53bdb923ec1534fb5ea07
Author: Jay Doane <jaydo...@apache.org>
AuthorDate: Mon Feb 22 07:30:38 2021 -0800

    Configure sensitive config values for redaction
    
    This defines a configuration file which specifies sections and fields
    for config values that are redacted from logs. Specifically, all
    values from the "admins" section and the value of "password" in the
    "replicator" section are redacted.
---
 rel/apps/config.config | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/rel/apps/config.config b/rel/apps/config.config
new file mode 100644
index 0000000..0cbc1c5
--- /dev/null
+++ b/rel/apps/config.config
@@ -0,0 +1,4 @@
+{sensitive, #{
+    "admins" => all,
+    "replicator" => ["password"]
+}}.

Reply via email to