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"