Skip to content
Open
Show file tree
Hide file tree
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: 2 additions & 1 deletion tests/system_tests/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ services:
- label=disable

tiled:
image: ghcr.io/bluesky/tiled:0.2.12
image: ghcr.io/bluesky/tiled:0.2.18
network_mode: host # Port 8407
environment:
- PYTHONPATH=/deploy/
- VITE_LOGIN_REDIRECT=false
volumes:
- ./services/tiled_config:/deploy/config
command: ["tiled", "serve", "config", "--host", "0.0.0.0", "--port", "8407"]
Expand Down
3 changes: 3 additions & 0 deletions tests/system_tests/services/tiled_config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ authentication:
device_flow_client_id: tiled-cli
well_known_uri: "http://localhost:8081/realms/master/.well-known/openid-configuration"
confirmation_message: "You have logged in with authn.diamond.ac.uk as {id}."
scopes_map:
read: ["read:metadata", "read:data"]
write: ["write:metadata", "write:data", "create:node", "register"]
trees:
- path: /
tree: catalog
Expand Down