summaryrefslogtreecommitdiff
path: root/issues/CI-CD
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-06-09 08:29:01 +0300
committerFrederick Muriuki Muriithi2023-06-09 08:29:01 +0300
commit221d85090ce73bee99f51bf2fccca4adbb669a47 (patch)
treee7e0e48bae25f52af846901dea57f796c51c6e3a /issues/CI-CD
parent0c0e65a62a8ddad789443ca10096c636044319de (diff)
downloadgn-gemtext-221d85090ce73bee99f51bf2fccca4adbb669a47.tar.gz
Close issue: Genenetwork3 Effective User ID
Diffstat (limited to 'issues/CI-CD')
-rw-r--r--issues/CI-CD/genenetwork3-effective-user-id.gmi12
1 files changed, 11 insertions, 1 deletions
diff --git a/issues/CI-CD/genenetwork3-effective-user-id.gmi b/issues/CI-CD/genenetwork3-effective-user-id.gmi
index 0db5e47..90c5e39 100644
--- a/issues/CI-CD/genenetwork3-effective-user-id.gmi
+++ b/issues/CI-CD/genenetwork3-effective-user-id.gmi
@@ -4,12 +4,22 @@
* assigned: aruni, fredm
* priority: critical
-* status: open
+* status: closed, completed
* keywords: CI, CD, Effective UID, Genenetwork3, GN3
* type: bug
## Description
+The issue was that the Genenetwork3 code is run under the Least Authority Wrapper (see `guix/least-authority.scm` in the GNU Guix repository), which is essentially a container within the main container. As such, it is necessary to expose any file paths (via the `#:mappings` keyword) to the wrapper, otherwise, it will have no way of accessing the files.
+
+This issue was fixed with
+
+=> https://github.com/genenetwork/genenetwork-machines/commit/ff4e69b4b2da29ab35627864b0e5d839fa758a96 this commit.
+
+Following is the older description of the issue and troubleshooting logs:
+
+----
+
The expectation is that the Genenetwork3 application is run under the "genenetwork" user in the guix container. As is, however, it seems like the application is run under the user with UID 1000 from the host system.
This has been verified to be the case for Frederick's local development system and for `tux02.genenetwork.org`.