From 7bc8d5a45ff89e36b8b090692e5e8c1763700ad2 Mon Sep 17 00:00:00 2001 From: Ty Hob Date: Wed, 13 Aug 2025 15:12:23 -0400 Subject: [PATCH] style: Fix formatting --- tutoraspects/plugin.py | 2 +- .../aspects/apps/ralph/config/ralph_auth/auth.json | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/tutoraspects/plugin.py b/tutoraspects/plugin.py index 8dc076857..6e996ca92 100644 --- a/tutoraspects/plugin.py +++ b/tutoraspects/plugin.py @@ -39,7 +39,7 @@ ("RUN_SUPERSET", True), ("DOCKER_IMAGE_ASPECTS", "edunext/aspects:{{ ASPECTS_VERSION }}"), ("DOCKER_IMAGE_CLICKHOUSE", "clickhouse/clickhouse-server:25.3"), - ("DOCKER_IMAGE_RALPH", "fundocker/ralph:4.1.0"), + ("DOCKER_IMAGE_RALPH", "fundocker/ralph:5.0.1"), ("DOCKER_IMAGE_SUPERSET", "edunext/aspects-superset:{{ ASPECTS_VERSION }}"), ("DOCKER_IMAGE_VECTOR", "timberio/vector:0.30.0-alpine"), ( diff --git a/tutoraspects/templates/aspects/apps/ralph/config/ralph_auth/auth.json b/tutoraspects/templates/aspects/apps/ralph/config/ralph_auth/auth.json index 43fdde035..4f88c59cd 100755 --- a/tutoraspects/templates/aspects/apps/ralph/config/ralph_auth/auth.json +++ b/tutoraspects/templates/aspects/apps/ralph/config/ralph_auth/auth.json @@ -1,9 +1,7 @@ [ { "username": "{{RALPH_ADMIN_USERNAME}}", - "scopes": [ - "ralph_scope" - ], + "scopes": ["all"], "hash": "{{RALPH_ADMIN_HASHED_PASSWORD}}", "agent": { "account": { @@ -14,9 +12,7 @@ }, { "username": "{{RALPH_LMS_USERNAME}}", - "scopes": [ - "ralph_scope" - ], + "scopes": ["statements/write", "statements/read"], "hash": "{{RALPH_LMS_HASHED_PASSWORD}}", "agent": { "account": {