From 4f76dc9e99ff4038c3090bdb541498f0b201eb03 Mon Sep 17 00:00:00 2001
From: Robert Butora <robert.butora@inaf.it>
Date: Thu, 22 May 2025 18:23:45 +0200
Subject: [PATCH] README: adds table on config of SKA-releases 1.6.2, 1.7(.2),
 1.8.3

---
 README.md     |  2 ++
 SKA-CONFIG.md | 27 +++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 100644 SKA-CONFIG.md

diff --git a/README.md b/README.md
index d05d560..f83849a 100644
--- a/README.md
+++ b/README.md
@@ -70,4 +70,6 @@ Configure security:
 | **AUTHZ_DB_PASSWORD** | password for the DB-user |
 
 
+### SKA versions summary
 
+[Config](SKA-CONFIG.md) summary of vlkb-soda releases to SKA.
diff --git a/SKA-CONFIG.md b/SKA-CONFIG.md
new file mode 100644
index 0000000..cdb6042
--- /dev/null
+++ b/SKA-CONFIG.md
@@ -0,0 +1,27 @@
+
+Configuration summary for versions released to [SKA-harbor](https://harbor.srcdev.skao.int).
+
+Based on Soda helm-charts v0.0.4:
+* gatekeeper-ingress requires path-prefix: /soda
+* soda/values.yaml sets: fsGroup, relativeSubPath and ACCESS_CONTEXT_ROOT 
+
+
+
+| vlkb-soda version: | 1.6.2     | 1.7(.2)   | 1.8.3     |
+|--------------------|:---------:|:---------:|:---------:|
+| user in container  | root      | 1000:1000 | 1002:1002 |
+| security: fsGroup  | n/a       | 1000      | 1002      |
+| volume: relativeSubPath   | "surveys" | "datasets" | "datasets" |
+| **SECURITY** (deprecated) | \<empty\> | \<empty\> | n/a |
+| **ACCESS_CONTEXT_ROOT** defaults | n/a | "datasets" | "soda" |
+| webapp-name (web.xml) | "soda" | "soda" | "sync" | 
+
+
+Caveats:
+
+Set ACCESS_CONTEXT_ROOT to empty string to avoid its default and
+default used only when the var is not *defined* (only in 1.8.3).
+
+In 1.6.2 and 1.7 default used only when ACCESS_CONTEXT_ROOT is not defined or is an empty string.
+
+
-- 
GitLab