This is an automated email from the ASF dual-hosted git repository.
jongyoul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin-site.git
The following commit(s) were added to refs/heads/master by this push:
new 77e194a79 Additional clarification to the security model (#32)
77e194a79 is described below
commit 77e194a794d0d95ed6d304de0d3010f6c0947e03
Author: Arnout Engelen <[email protected]>
AuthorDate: Fri Aug 22 04:17:47 2025 +0200
Additional clarification to the security model (#32)
aligning this paragraph with #30
---
security.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/security.md b/security.md
index 9923776af..a486043b2 100644
--- a/security.md
+++ b/security.md
@@ -91,8 +91,7 @@ Non-authenticated users cannot view, store or execute notes,
so they
cannot execute code on the server or on other users' browsers.
Authenticated users, however, have the same access as described above,
so even when using authentication it is still important to only give
-trusted users access to Zeppelin. Specifically, unless Docker or K8s
-isolation has been configured as mentioned above, users technically
+trusted users access to Zeppelin. Specifically, users technically
have access to all notes by other users.
## Executable verification