From 554f7a085d97ec272584bf7ad5c9a143551279ef Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Fri, 23 May 2025 10:58:49 -0400 Subject: [PATCH] docs (#971) --- docs/guides/permission-modes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/guides/permission-modes.md b/docs/guides/permission-modes.md index 8cab041b..1aef153b 100644 --- a/docs/guides/permission-modes.md +++ b/docs/guides/permission-modes.md @@ -5,6 +5,10 @@ sidebar_label: Permission Modes # Permission Modes +:::note +As of `v1.0.5` zrok sharing new defaults to the `closed` permission mode. The `--closed` flag has been removed and has been replaced with a new `--open` flag for users who want to retain the open permission model. Otherwise, the closed permission mode works exactly the same. +::: + Shares created in zrok `v0.4.26` and newer now include a choice of _permission mode_. Shares created with zrok `v0.4.25` and older were created using what is now called the _open permission mode_. Whether _public_ or _private_, these shares can be accessed by any user of the zrok service instance, as long as they know the _share token_ of the share. Effectively shares with the _open permission mode_ are accessible by any user of the zrok service instance.