Skip to content

Commit

Permalink
update test config
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
  • Loading branch information
butonic committed Mar 18, 2022
1 parent 9ee7424 commit bb5c1ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/oc-integration-tests/drone/gateway.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion tests/oc-integration-tests/local/gateway.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bb5c1ac

Please sign in to comment.