From be5e1c7f3680f6ce1b174755abe3eb7d4edadcf7 Mon Sep 17 00:00:00 2001
From: Stefano Alberto Russo <stefano.russo@gmail.com>
Date: Thu, 13 Jan 2022 18:26:14 +0100
Subject: [PATCH] Added a note to the README about power users permissions.

---
 README.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 63933e9..f5cd4c7 100755
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ Clean
 
 ### Configuration
 
-Example Webapp configuraion
+Example Webapp configuraion:
 
       - SAFEMODE=False
       - DJANGO_DEV_SERVER=True
@@ -64,6 +64,13 @@ Example Webapp configuraion
       - OIDC_OP_AUTHORIZATION_ENDPOINT=""
       - OIDC_OP_TOKEN_ENDPOINT=""
       - OIDC_OP_JWKS_ENDPOINT=""
+ 
+In Rosetta, only power users can:
+
+   - set custom task passwords
+   - choose task access methods other than the default one (bypassing HTTP proxy + auth)
+   - add containers with interface protocols other than the HTTP
+   
 
 
 ### Extras
-- 
GitLab