diff --git a/README.md b/README.md index d05d5609ecb4eb3fb49332d884d2b73ad9e121a7..f83849afe76a15f04ef5031c35f5fa8f4660e557 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 0000000000000000000000000000000000000000..cdb60420277a4a48bd55f4ff419c0d11aa6de013 --- /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. + +