about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-10-28 16:26:54 -0500
committerArun Isaac2024-10-29 22:39:45 +0000
commit95825ade306ea4c6ca01f04c871f5bd95bd6ffee (patch)
tree08851b2ee41fd22d837830dbfaf8ab73b526320f
parent5dce3bddf728ae82bf40cc6ad223cff9afcf3955 (diff)
downloadgn-machines-95825ade306ea4c6ca01f04c871f5bd95bd6ffee.tar.gz
Do not share auth-db with genenetwork3 gunicorn app.
GeneNetwork3 should not have direct access to the authorisation
database file.

* genenetwork/services/genenetwork.scm (genenetwork-gunicorn-apps):
Do not mount auth-db into genenetwork3 gunicorn app container.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
-rw-r--r--genenetwork/services/genenetwork.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/genenetwork/services/genenetwork.scm b/genenetwork/services/genenetwork.scm
index 91b53f4..6905686 100644
--- a/genenetwork/services/genenetwork.scm
+++ b/genenetwork/services/genenetwork.scm
@@ -430,10 +430,6 @@ object."
                               (source xapian-db)
                               (target source))
                              (file-system-mapping
-                              (source auth-db)
-                              (target source)
-                              (writable? #t))
-                             (file-system-mapping
                               (source llm-db-path)
                               (target source)
                               (writable? #t))))