Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/source/documentation/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ This prevents filling up your server with outputs that you will not use in the f
Permissions
-----------

.. warning::
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.

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.

In particular for datasets:
Expand Down