Skip to content

Commit 49c33c4

Browse files
authored
chore: add warning about permissions in local mode (#419)
Signed-off-by: ThibaultFy <[email protected]>
1 parent 19be8c4 commit 49c33c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/documentation/concepts.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ This prevents filling up your server with outputs that you will not use in the f
9191
Permissions
9292
-----------
9393

94+
.. warning::
95+
The permissions are only enforced in a remote setup (i.e. when using the ``orchestrator``). If you are running an experiment in a local mode, the experiment will run regardless of the permissions.
96+
9497
All assets metadata are visible by all the users of a channel. So if a user registers a new function or a new dataset, every user of this channel will be able to see the asset medatata (name, creation date, etc). However processing the asset will need specific permissions.
9598

9699
In particular for datasets:

0 commit comments

Comments
 (0)