diff --git a/tests/system_tests/compose.yaml b/tests/system_tests/compose.yaml index c5be60e487..9d55084c54 100644 --- a/tests/system_tests/compose.yaml +++ b/tests/system_tests/compose.yaml @@ -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"] diff --git a/tests/system_tests/services/tiled_config/config.yml b/tests/system_tests/services/tiled_config/config.yml index 9bceabb28c..c735cb4bfe 100644 --- a/tests/system_tests/services/tiled_config/config.yml +++ b/tests/system_tests/services/tiled_config/config.yml @@ -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