summaryrefslogtreecommitdiff
path: root/rebar.config.script
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2020-04-08 16:40:26 +0100
committerRobert Newson <rnewson@apache.org>2020-04-27 14:28:03 +0100
commita5fded8c5d47bcc14699429a46dfb0cec6bd9e76 (patch)
treed799decd325e40fad50912340f1cf98a0e63e893 /rebar.config.script
parent232e1d51fd95c111dd81a19112de56a59e3f2a74 (diff)
downloadcouchdb-a5fded8c5d47bcc14699429a46dfb0cec6bd9e76.tar.gz
Add native encryption support
A new application, aegis, is introduced to provide strong at-rest protection of CouchDB data (where possible). Currently we encrypt the following values (if enabled): 1. Document content 2. Attachment content 3. Index values Things not encrypted: 1. _all_docs 2. _changes 3. doc id 4. doc rev 5. Index keys 6. All other metadata Co-Authored-By: Eric Avdey <eiri@apache.org> Co-Authored-By: Robert Samuel Newson <rnewson@apache.org>
Diffstat (limited to 'rebar.config.script')
-rw-r--r--rebar.config.script1
1 files changed, 1 insertions, 0 deletions
diff --git a/rebar.config.script b/rebar.config.script
index b3ea2c933..2badaba2d 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -135,6 +135,7 @@ SubDirs = [
"src/ddoc_cache",
"src/dreyfus",
"src/fabric",
+ "src/aegis",
"src/couch_jobs",
"src/couch_expiring_cache",
"src/global_changes",