From b9ca2e628fb0812953083fff5d05f770273330a7 Mon Sep 17 00:00:00 2001 From: Zoheb Shaikh <26975142+ZohebShaikh@users.noreply.github.com> Date: Thu, 3 Sep 2026 13:07:43 +0100 Subject: [PATCH] ci: update tiled version --- tests/system_tests/compose.yaml | 3 ++- tests/system_tests/services/tiled_config/config.yml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) 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