From 39a5e29618a7455daf0cdac5c5bb086fb1c8b901 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 16 Feb 2021 11:10:33 +0100 Subject: [PATCH] Describe storage risks in readme --- .github/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/README.md b/.github/README.md index 008e0658ee9..eb7fbc783ac 100644 --- a/.github/README.md +++ b/.github/README.md @@ -37,6 +37,9 @@ A: Portal buttons are current't not implemented very well and are considered "no - Q: I selected letsencrypt but still get a traefik certificate.
A: Cert Manager might take up to 10 minutes to fetch the right certificate and requires free access to 1.1.1.1:53. Until the right certificate is fetched, it will use the Traefik Default cert. +- Q: Is my data guaranteed to be secure?
+A: ix_volumes (the auto generated storage) is considered relatively secure as long as you don't delete the App, but we can't give an absolute guarantee. data mounted using a hostPath, is as secure as the application that is using the data, our charts do not actively alter said dataset/folder. However: SCALE is still ALPHA, so breaking changes in the storage design are very likely. + ## Getting into creating Apps Creating charts takes some getting used to, as it's based on Helm charts. We highly suggest prior knowhow on creation/modifying Helm Charts, before taking on the challenge of creating SCALE Apps.