From 88254eaf27dcc2c8e7873c20d9043489f980eb62 Mon Sep 17 00:00:00 2001 From: ThibaultFy Date: Tue, 21 May 2024 10:46:15 +0200 Subject: [PATCH 1/3] chore: add warning about permissions in local mode Signed-off-by: ThibaultFy --- docs/source/documentation/concepts.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/documentation/concepts.rst b/docs/source/documentation/concepts.rst index e15bf007..a645dbd4 100644 --- a/docs/source/documentation/concepts.rst +++ b/docs/source/documentation/concepts.rst @@ -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 processed on 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: From e45dc6e47a356f19d32f685347ca16ae3f23d1df Mon Sep 17 00:00:00 2001 From: ThibaultFy Date: Tue, 21 May 2024 10:50:48 +0200 Subject: [PATCH 2/3] chore: typo Signed-off-by: ThibaultFy --- docs/source/documentation/concepts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/documentation/concepts.rst b/docs/source/documentation/concepts.rst index a645dbd4..7cc5044e 100644 --- a/docs/source/documentation/concepts.rst +++ b/docs/source/documentation/concepts.rst @@ -92,7 +92,7 @@ Permissions ----------- .. warning:: - The permissions are only processed on 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. + The permissions are only enforced on 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. From 04a2a19cd436075d69e4b9f9eaa47e9e75c74916 Mon Sep 17 00:00:00 2001 From: ThibaultFy Date: Tue, 21 May 2024 10:51:38 +0200 Subject: [PATCH 3/3] typo Signed-off-by: ThibaultFy --- docs/source/documentation/concepts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/documentation/concepts.rst b/docs/source/documentation/concepts.rst index 7cc5044e..3e3448a6 100644 --- a/docs/source/documentation/concepts.rst +++ b/docs/source/documentation/concepts.rst @@ -92,7 +92,7 @@ Permissions ----------- .. warning:: - The permissions are only enforced on 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. + 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.