From bb5c1ac03eeceb86260770a75740c73894b70e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 18 Mar 2022 11:15:38 +0000 Subject: [PATCH] update test config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- tests/oc-integration-tests/drone/gateway.toml | 3 ++- tests/oc-integration-tests/local/gateway.toml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/oc-integration-tests/drone/gateway.toml b/tests/oc-integration-tests/drone/gateway.toml index fb8e896fcca..daf482e2720 100644 --- a/tests/oc-integration-tests/drone/gateway.toml +++ b/tests/oc-integration-tests/drone/gateway.toml @@ -78,7 +78,8 @@ home_template = "/users/{{.Id.OpaqueId}}" ## While public shares are mounted at /public logged in end will should never see that path because it is only created by the spaces registry when ## a public link is accessed. [grpc.services.storageregistry.drivers.spaces.providers."localhost:13000".spaces] -"public" = { "mount_point" = "/public", "path_template" = "/public" } +"grant" = { "mount_point" = "." } +"mountpoint" = { "mount_point" = "/public", "path_template" = "/public/{{.Space.Name}}" } [http] address = "0.0.0.0:19001" diff --git a/tests/oc-integration-tests/local/gateway.toml b/tests/oc-integration-tests/local/gateway.toml index 0f3d8166ee5..1f65704558a 100644 --- a/tests/oc-integration-tests/local/gateway.toml +++ b/tests/oc-integration-tests/local/gateway.toml @@ -84,7 +84,8 @@ home_template = "/users/{{.Id.OpaqueId}}" ## While public shares are mounted at /public logged in end will should never see that path because it is only created by the spaces registry when ## a public link is accessed. [grpc.services.storageregistry.drivers.spaces.providers."localhost:13000".spaces] -"public" = { "mount_point" = "/public" } +"grant" = { "mount_point" = "." } +"mountpoint" = { "mount_point" = "/public", "path_template" = "/public/{{.Space.Name}}" } [http] address = "0.0.0.0:19001"