From 6b6d974648ad67db1b65db95c46098e5f3107d49 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 16 Nov 2023 22:54:20 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 265b38e..9db4c82 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ This is done by filtering all requests on resource labels to check whether the r This projects uses Node.js and Express for the server, along with the dockerode (and docker-modem) library to interact with Docker. +Note: This is ALPHA software. Please don't use this for separating swarms into tenants and then giving people you can't trust access. In it's current form it is mostly a guard against devs shooting the whole cluster in the foot by accident. +We are working on the security side of things, though. See [this issue](https://github.com/neuroforgede/swarmgate/issues/1) for more information. + ```mermaid sequenceDiagram participant User as Tenant User